diff --git a/poetry.lock b/poetry.lock index 73648d22..cc737c9e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -350,14 +350,14 @@ testing = ["coverage", "pytest", "pytest-benchmark"] [[package]] name = "pydantic" -version = "2.12.4" +version = "2.12.5" description = "Data validation using Python type hints" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "pydantic-2.12.4-py3-none-any.whl", hash = "sha256:92d3d202a745d46f9be6df459ac5a064fdaa3c1c4cd8adcfa332ccf3c05f871e"}, - {file = "pydantic-2.12.4.tar.gz", hash = "sha256:0f8cb9555000a4b5b617f66bfd2566264c4984b27589d3b845685983e8ea85ac"}, + {file = "pydantic-2.12.5-py3-none-any.whl", hash = "sha256:e561593fccf61e8a20fc46dfc2dfe075b8be7d0188df33f221ad1f0139180f9d"}, + {file = "pydantic-2.12.5.tar.gz", hash = "sha256:4d351024c75c0f085a9febbb665ce8c0c6ec5d30e903bdb6394b7ede26aebb49"}, ] [package.dependencies] @@ -984,4 +984,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "12e02a1a8a7784e567e92b47609f3952a35716fcaa8e22e90cccd59350781a2d" +content-hash = "f0887848fb479d739685fe954d97c2abbee5d8653cec44ec0817fd0f9f9bd407" diff --git a/pyproject.toml b/pyproject.toml index 1303037d..ee23ab14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ pyyaml = "^6.0.3" jsonschema = "^4.25.1" requests = "^2.32.5" ruamel-yaml = "^0.18.16" -pydantic = "^2.12.4" +pydantic = "^2.12.5" typer = "^0.20.0" hypothesis = "^6.148.7" pytest = "^9.0.1"