From c03cd8e088556f7f0ddf5e6cdbb322dd94fc6177 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 May 2025 10:42:11 -0400 Subject: [PATCH] Bump pydantic from 2.11.4 to 2.11.5 (#3116) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3e02154f..4e7bbc50 100644 --- a/poetry.lock +++ b/poetry.lock @@ -334,14 +334,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pydantic" -version = "2.11.4" +version = "2.11.5" description = "Data validation using Python type hints" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "pydantic-2.11.4-py3-none-any.whl", hash = "sha256:d9615eaa9ac5a063471da949c8fc16376a84afb5024688b3ff885693506764eb"}, - {file = "pydantic-2.11.4.tar.gz", hash = "sha256:32738d19d63a226a52eed76645a98ee07c1f410ee41d93b4afbfa85ed8111c2d"}, + {file = "pydantic-2.11.5-py3-none-any.whl", hash = "sha256:f9c26ba06f9747749ca1e5c94d6a85cb84254577553c8785576fd38fa64dc0f7"}, + {file = "pydantic-2.11.5.tar.gz", hash = "sha256:7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a"}, ] [package.dependencies] @@ -902,4 +902,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "5c0af11527adb9da99e240c7233bfcbd0bad87656f33af19f0c7beadbfbd1803" +content-hash = "e1856406d053fc00353d1e88f63d94158cead038d52a155e1dea06021fd4ea85" diff --git a/pyproject.toml b/pyproject.toml index fe78f3c4..2b452b76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ pyyaml = "^6.0" jsonschema = "^4.23.0" requests = "^2.32.3" ruamel-yaml = "^0.18.11" -pydantic = "^2.11.4" +pydantic = "^2.11.5" typer = "^0.15.4" hypothesis = "^6.131.9" pytest = "^8.3.5"