Skip to content

Commit d9a3b07

Browse files
authored
Merge pull request #9 from django-components/dependabot/pip/tox-4.25.0
build(deps): bump tox from 4.24.2 to 4.25.0
2 parents 67d6ac9 + 9ce64d7 commit d9a3b07

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

requirements-ci.txt

+10-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ django-components==0.136
2424
# via -r requirements-ci.in
2525
djc-core-html-parser==1.0.2
2626
# via django-components
27+
exceptiongroup==1.2.2
28+
# via pytest
2729
filelock==3.16.1
2830
# via
2931
# tox
@@ -53,15 +55,22 @@ pytest==8.3.5
5355
# via -r requirements-ci.in
5456
sqlparse==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
6067
tox-gh-actions==3.3.0
6168
# via -r requirements-ci.in
6269
typing-extensions==4.12.2
6370
# via
71+
# asgiref
6472
# pydantic
6573
# pydantic-core
74+
# tox
6675
virtualenv==20.29.3
6776
# via tox

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff 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
106106
typing-extensions==4.12.2
107107
# via

0 commit comments

Comments
 (0)