Skip to content

Commit c22785d

Browse files
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](pydantic/pydantic@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] <[email protected]>
1 parent 90e20d5 commit c22785d

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

requirements-ci.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ django==4.2.20
2020
# via
2121
# -r requirements-ci.in
2222
# django-components
23-
django-components==0.140
23+
django-components==0.140.0
2424
# via -r requirements-ci.in
2525
djc-core-html-parser==1.0.2
2626
# via django-components
@@ -45,9 +45,9 @@ pluggy==1.5.0
4545
# via
4646
# pytest
4747
# tox
48-
pydantic==2.10.6
48+
pydantic==2.11.5
4949
# via -r requirements-ci.in
50-
pydantic-core==2.27.2
50+
pydantic-core==2.33.2
5151
# via pydantic
5252
pyproject-api==1.8.0
5353
# via tox
@@ -69,8 +69,12 @@ tox-gh-actions==3.3.0
6969
typing-extensions==4.12.2
7070
# via
7171
# asgiref
72+
# django-components
7273
# pydantic
7374
# pydantic-core
7475
# tox
76+
# typing-inspection
77+
typing-inspection==0.4.1
78+
# via pydantic
7579
virtualenv==20.29.3
7680
# via tox

requirements-dev.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ django==4.2.20
2626
# via
2727
# -r requirements-dev.in
2828
# django-components
29-
django-components==0.140
29+
django-components==0.140.0
3030
# via -r requirements-dev.in
3131
djc-core-html-parser==1.0.2
3232
# via django-components
@@ -79,9 +79,9 @@ pre-commit==4.2.0
7979
# via -r requirements-dev.in
8080
pycodestyle==2.13.0
8181
# via flake8
82-
pydantic==2.10.6
82+
pydantic==2.11.5
8383
# via -r requirements-dev.in
84-
pydantic-core==2.27.2
84+
pydantic-core==2.33.2
8585
# via pydantic
8686
pyflakes==3.3.2
8787
# via flake8
@@ -107,10 +107,14 @@ typing-extensions==4.12.2
107107
# via
108108
# asgiref
109109
# black
110+
# django-components
110111
# mypy
111112
# pydantic
112113
# pydantic-core
113114
# tox
115+
# typing-inspection
116+
typing-inspection==0.4.1
117+
# via pydantic
114118
virtualenv==20.29.3
115119
# via
116120
# pre-commit

0 commit comments

Comments
 (0)