File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff 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
2525djc-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
5252pyproject-api==1.8.0
5353 # via tox
@@ -69,8 +69,12 @@ tox-gh-actions==3.3.0
6969typing-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
7579virtualenv==20.29.3
7680 # via tox
Original file line number Diff line number Diff 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
3131djc-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
8080pycodestyle == 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
8686pyflakes == 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
114118virtualenv == 20.29.3
115119 # via
116120 # pre-commit
You can’t perform that action at this time.
0 commit comments