Skip to content

Commit 709bbba

Browse files
build(deps): bump pydantic from 2.10.6 to 2.11.2
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.6 to 2.11.2. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.10.6...v2.11.2) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c48f614 commit 709bbba

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

requirements-ci.txt

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ django-components==0.136
2424
# via -r requirements-ci.in
2525
djc-core-html-parser==1.0.2
2626
# via django-components
27+
exceptiongroup==1.2.2
28+
# via pytest
2729
filelock==3.16.1
2830
# via
2931
# tox
@@ -43,16 +45,21 @@ pluggy==1.5.0
4345
# via
4446
# pytest
4547
# tox
46-
pydantic==2.10.6
48+
pydantic==2.11.2
4749
# via -r requirements-ci.in
48-
pydantic-core==2.27.2
50+
pydantic-core==2.33.1
4951
# via pydantic
5052
pyproject-api==1.8.0
5153
# via tox
5254
pytest==8.3.5
5355
# via -r requirements-ci.in
5456
sqlparse==0.5.3
5557
# via django
58+
tomli==2.2.1
59+
# via
60+
# pyproject-api
61+
# pytest
62+
# tox
5663
tox==4.24.2
5764
# via
5865
# -r requirements-ci.in
@@ -61,7 +68,12 @@ tox-gh-actions==3.3.0
6168
# via -r requirements-ci.in
6269
typing-extensions==4.12.2
6370
# via
71+
# asgiref
6472
# pydantic
6573
# pydantic-core
74+
# tox
75+
# typing-inspection
76+
typing-inspection==0.4.0
77+
# via pydantic
6678
virtualenv==20.29.3
6779
# via tox

requirements-dev.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ pre-commit==4.1.0
7979
# via -r requirements-dev.in
8080
pycodestyle==2.12.1
8181
# via flake8
82-
pydantic==2.10.6
82+
pydantic==2.11.2
8383
# via -r requirements-dev.in
84-
pydantic-core==2.27.2
84+
pydantic-core==2.33.1
8585
# via pydantic
8686
pyflakes==3.2.0
8787
# via flake8
@@ -111,6 +111,9 @@ typing-extensions==4.12.2
111111
# pydantic
112112
# pydantic-core
113113
# tox
114+
# typing-inspection
115+
typing-inspection==0.4.0
116+
# via pydantic
114117
virtualenv==20.29.3
115118
# via
116119
# pre-commit

0 commit comments

Comments
 (0)