diff --git a/poetry.lock b/poetry.lock index 3e613e5..151ff00 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1100,13 +1100,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.4" +version = "2.10.5" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.4-py3-none-any.whl", hash = "sha256:597e135ea68be3a37552fb524bc7d0d66dcf93d395acd93a00682f1efcb8ee3d"}, - {file = "pydantic-2.10.4.tar.gz", hash = "sha256:82f12e9723da6de4fe2ba888b5971157b3be7ad914267dea8f05f82b28254f06"}, + {file = "pydantic-2.10.5-py3-none-any.whl", hash = "sha256:4dd4e322dbe55472cb7ca7e73f4b63574eecccf2835ffa2af9021ce113c83c53"}, + {file = "pydantic-2.10.5.tar.gz", hash = "sha256:278b38dbbaec562011d659ee05f63346951b3a248a6f3642e1bc68894ea2b4ff"}, ] [package.dependencies] @@ -1944,4 +1944,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "8e9ccf7d92e41ddf29623ea51ff8e8ff4ec9710fd7bafdc625ffe381ea97d0b0" +content-hash = "81587df87c2243173ee91f0948790b56e65f4337adb5e6f8a1ae1ada853eac27" diff --git a/pyproject.toml b/pyproject.toml index 0203d23..70645fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "^3.12" Flask = "^3.1.0" fiaas-logging = "^0.1.1" -pydantic = "^2.10.4" +pydantic = "^2.10.5" requests = "^2" requests-toolbelt = "^1.0.0" prometheus-client = "^0.21.1"