From c22785d1958014455b3bfdadb9116e6b24de6529 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 09:17:09 +0000 Subject: [PATCH] build(deps): bump pydantic from 2.10.6 to 2.11.5 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.6 to 2.11.5. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.10.6...v2.11.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-ci.txt | 10 +++++++--- requirements-dev.txt | 10 +++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index d63a1de..bf8339a 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -20,7 +20,7 @@ django==4.2.20 # via # -r requirements-ci.in # django-components -django-components==0.140 +django-components==0.140.0 # via -r requirements-ci.in djc-core-html-parser==1.0.2 # via django-components @@ -45,9 +45,9 @@ pluggy==1.5.0 # via # pytest # tox -pydantic==2.10.6 +pydantic==2.11.5 # via -r requirements-ci.in -pydantic-core==2.27.2 +pydantic-core==2.33.2 # via pydantic pyproject-api==1.8.0 # via tox @@ -69,8 +69,12 @@ tox-gh-actions==3.3.0 typing-extensions==4.12.2 # via # asgiref + # django-components # pydantic # pydantic-core # tox + # typing-inspection +typing-inspection==0.4.1 + # via pydantic virtualenv==20.29.3 # via tox diff --git a/requirements-dev.txt b/requirements-dev.txt index da14cbc..16951f5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -26,7 +26,7 @@ django==4.2.20 # via # -r requirements-dev.in # django-components -django-components==0.140 +django-components==0.140.0 # via -r requirements-dev.in djc-core-html-parser==1.0.2 # via django-components @@ -79,9 +79,9 @@ pre-commit==4.2.0 # via -r requirements-dev.in pycodestyle==2.13.0 # via flake8 -pydantic==2.10.6 +pydantic==2.11.5 # via -r requirements-dev.in -pydantic-core==2.27.2 +pydantic-core==2.33.2 # via pydantic pyflakes==3.3.2 # via flake8 @@ -107,10 +107,14 @@ typing-extensions==4.12.2 # via # asgiref # black + # django-components # mypy # pydantic # pydantic-core # tox + # typing-inspection +typing-inspection==0.4.1 + # via pydantic virtualenv==20.29.3 # via # pre-commit