Skip to content

Commit 3b29691

Browse files
build(deps): bump tox from 4.24.2 to 4.25.0
Bumps [tox](https://github.com/tox-dev/tox) from 4.24.2 to 4.25.0. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.24.2...4.25.0) --- updated-dependencies: - dependency-name: tox dependency-version: 4.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c48f614 commit 3b29691

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)