File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed 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
@@ -50,7 +50,7 @@ isort==6.0.1
50
50
# via -r requirements-dev.in
51
51
mccabe == 0.7.0
52
52
# via flake8
53
- mypy == 1.15 .0
53
+ mypy == 1.16 .0
54
54
# via -r requirements-dev.in
55
55
mypy-extensions == 1.0.0
56
56
# via
@@ -65,7 +65,9 @@ packaging==24.2
65
65
# pytest
66
66
# tox
67
67
pathspec == 0.12.1
68
- # via black
68
+ # via
69
+ # black
70
+ # mypy
69
71
platformdirs == 4.3.6
70
72
# via
71
73
# black
@@ -107,6 +109,7 @@ typing-extensions==4.12.2
107
109
# via
108
110
# asgiref
109
111
# black
112
+ # django-components
110
113
# mypy
111
114
# pydantic
112
115
# pydantic-core
You can’t perform that action at this time.
0 commit comments