File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ django-components==0.136
24
24
# via -r requirements-ci.in
25
25
djc-core-html-parser==1.0.2
26
26
# via django-components
27
+ exceptiongroup==1.2.2
28
+ # via pytest
27
29
filelock==3.16.1
28
30
# via
29
31
# tox
@@ -53,15 +55,22 @@ pytest==8.3.5
53
55
# via -r requirements-ci.in
54
56
sqlparse==0.5.3
55
57
# via django
56
- tox==4.24.2
58
+ tomli==2.2.1
59
+ # via
60
+ # pyproject-api
61
+ # pytest
62
+ # tox
63
+ tox==4.25.0
57
64
# via
58
65
# -r requirements-ci.in
59
66
# tox-gh-actions
60
67
tox-gh-actions==3.3.0
61
68
# via -r requirements-ci.in
62
69
typing-extensions==4.12.2
63
70
# via
71
+ # asgiref
64
72
# pydantic
65
73
# pydantic-core
74
+ # tox
66
75
virtualenv==20.29.3
67
76
# via tox
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ tomli==2.2.1
101
101
# pyproject-api
102
102
# pytest
103
103
# tox
104
- tox == 4.24.2
104
+ tox == 4.25.0
105
105
# via -r requirements-dev.in
106
106
typing-extensions == 4.12.2
107
107
# via
You can’t perform that action at this time.
0 commit comments