diff --git a/requirements-ci.txt b/requirements-ci.txt index 2097337..dc1c7fd 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -45,9 +45,9 @@ pluggy==1.5.0 # via # pytest # tox -pydantic==2.10.6 +pydantic==2.11.3 # via -r requirements-ci.in -pydantic-core==2.27.2 +pydantic-core==2.33.1 # via pydantic pyproject-api==1.8.0 # via tox @@ -72,5 +72,8 @@ typing-extensions==4.12.2 # pydantic # pydantic-core # tox + # typing-inspection +typing-inspection==0.4.0 + # via pydantic virtualenv==20.29.3 # via tox diff --git a/requirements-dev.txt b/requirements-dev.txt index 0d295e8..a643dc3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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.3 # via -r requirements-dev.in -pydantic-core==2.27.2 +pydantic-core==2.33.1 # via pydantic pyflakes==3.3.2 # via flake8 @@ -111,6 +111,9 @@ typing-extensions==4.12.2 # pydantic # pydantic-core # tox + # typing-inspection +typing-inspection==0.4.0 + # via pydantic virtualenv==20.29.3 # via # pre-commit