From 88a70c61ffed1a4c3542f06bdc473b69d7de7503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 21:50:15 -0400 Subject: [PATCH] Bump pydantic from 2.11.2 to 2.11.3 (#3102) 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 c997da74..c586c1b2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -334,14 +334,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pydantic" -version = "2.11.2" +version = "2.11.3" description = "Data validation using Python type hints" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "pydantic-2.11.2-py3-none-any.whl", hash = "sha256:7f17d25846bcdf89b670a86cdfe7b29a9f1c9ca23dee154221c9aa81845cfca7"}, - {file = "pydantic-2.11.2.tar.gz", hash = "sha256:2138628e050bd7a1e70b91d4bf4a91167f4ad76fdb83209b107c8d84b854917e"}, + {file = "pydantic-2.11.3-py3-none-any.whl", hash = "sha256:a082753436a07f9ba1289c6ffa01cd93db3548776088aa917cc43b63f68fa60f"}, + {file = "pydantic-2.11.3.tar.gz", hash = "sha256:7471657138c16adad9322fe3070c0116dd6c3ad8d649300e3cbdfe91f4db4ec3"}, ] [package.dependencies] @@ -902,4 +902,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "74533a792d3a40083fdb8a95f5edec2beac942072b44f018ec7b835bc370e4d0" +content-hash = "de53240f94bc23ab2a9f9cb622b6666bbf6a090ef206ab455cd10bef91e2b4c3" diff --git a/pyproject.toml b/pyproject.toml index d0453317..525c1f59 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.10" -pydantic = "^2.11.2" +pydantic = "^2.11.3" typer = "^0.15.2" hypothesis = "^6.131.0" pytest = "^8.3.5"