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
20
20
# via
21
21
# -r requirements-ci.in
22
22
# django-components
23
- django-components==0.140
23
+ django-components==0.140.0
24
24
# via -r requirements-ci.in
25
25
djc-core-html-parser==1.0.2
26
26
# via django-components
@@ -45,9 +45,9 @@ pluggy==1.5.0
45
45
# via
46
46
# pytest
47
47
# tox
48
- pydantic==2.10.6
48
+ pydantic==2.11.5
49
49
# via -r requirements-ci.in
50
- pydantic-core==2.27 .2
50
+ pydantic-core==2.33 .2
51
51
# via pydantic
52
52
pyproject-api==1.8.0
53
53
# via tox
@@ -69,8 +69,12 @@ tox-gh-actions==3.3.0
69
69
typing-extensions==4.12.2
70
70
# via
71
71
# asgiref
72
+ # django-components
72
73
# pydantic
73
74
# pydantic-core
74
75
# tox
76
+ # typing-inspection
77
+ typing-inspection==0.4.1
78
+ # via pydantic
75
79
virtualenv==20.29.3
76
80
# via tox
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ django==4.2.20
26
26
# via
27
27
# -r requirements-dev.in
28
28
# django-components
29
- django-components == 0.140
29
+ django-components == 0.140.0
30
30
# via -r requirements-dev.in
31
31
djc-core-html-parser == 1.0.2
32
32
# via django-components
@@ -79,9 +79,9 @@ pre-commit==4.2.0
79
79
# via -r requirements-dev.in
80
80
pycodestyle == 2.13.0
81
81
# via flake8
82
- pydantic == 2.10.6
82
+ pydantic == 2.11.5
83
83
# via -r requirements-dev.in
84
- pydantic-core == 2.27 .2
84
+ pydantic-core == 2.33 .2
85
85
# via pydantic
86
86
pyflakes == 3.3.2
87
87
# via flake8
@@ -107,10 +107,14 @@ typing-extensions==4.12.2
107
107
# via
108
108
# asgiref
109
109
# black
110
+ # django-components
110
111
# mypy
111
112
# pydantic
112
113
# pydantic-core
113
114
# tox
115
+ # typing-inspection
116
+ typing-inspection == 0.4.1
117
+ # via pydantic
114
118
virtualenv == 20.29.3
115
119
# via
116
120
# pre-commit
You can’t perform that action at this time.
0 commit comments