From de50961a206f000718ceb0b0fe7925ebd8bd503f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 04:51:30 +0000 Subject: [PATCH] fix(deps): update dependency pydantic to v2.10.6 | datasource | package | from | to | | ---------- | -------- | ------ | ------ | | pypi | pydantic | 2.10.4 | 2.10.6 | --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7664eba..a1f1c15 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1291,13 +1291,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.4" +version = "2.10.6" 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.6-py3-none-any.whl", hash = "sha256:427d664bf0b8a2b34ff5dd0f5a18df00591adcee7198fbd71981054cef37b584"}, + {file = "pydantic-2.10.6.tar.gz", hash = "sha256:ca5daa827cce33de7a42be142548b0096bf05a7e7b365aebfa5f8eeec7128236"}, ] [package.dependencies] @@ -2010,4 +2010,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "052bef1f2334a96df132eed9f1754743a6a11621108af1ccfb888f59b9d7662b" +content-hash = "3f12cafadac59f7c5f28c4bc1343ab6f7ab7a573c9fddc3d427cd33808252371" diff --git a/pyproject.toml b/pyproject.toml index ffc3884..aba65e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ python = "3.12.*" pydis-core = "11.5.1" beautifulsoup4 = "4.12.3" -pydantic = "2.10.4" +pydantic = "2.10.6" pydantic-settings = "2.7.0" loguru = "0.7.3" kubernetes_asyncio = "32.0.0"