File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 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
2424 # via -r requirements-ci.in
2525djc-core-html-parser==1.0.2
2626 # via django-components
27+ exceptiongroup==1.2.2
28+ # via pytest
2729filelock==3.16.1
2830 # via
2931 # tox
@@ -53,15 +55,22 @@ pytest==8.3.5
5355 # via -r requirements-ci.in
5456sqlparse==0.5.3
5557 # 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
5764 # via
5865 # -r requirements-ci.in
5966 # tox-gh-actions
6067tox-gh-actions==3.3.0
6168 # via -r requirements-ci.in
6269typing-extensions==4.12.2
6370 # via
71+ # asgiref
6472 # pydantic
6573 # pydantic-core
74+ # tox
6675virtualenv==20.29.3
6776 # via tox
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ tomli==2.2.1
101101 # pyproject-api
102102 # pytest
103103 # tox
104- tox == 4.24.2
104+ tox == 4.25.0
105105 # via -r requirements-dev.in
106106typing-extensions == 4.12.2
107107 # via
You can’t perform that action at this time.
0 commit comments