Bump pydantic from 2.11.2 to 2.11.3 (#3102)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-04-17 21:50:15 -04:00
committed by GitHub
parent b3cd35ecb8
commit 88a70c61ff
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -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"
+1 -1
View File
@@ -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"