Skip to content

Commit 04815d1

Browse files
build(deps): bump tox from 4.24.1 to 4.25.0
Bumps [tox](https://github.com/tox-dev/tox) from 4.24.1 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.1...4.25.0) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bd874dd commit 04815d1

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

requirements-ci.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,17 @@ pygments==2.19.1
3030
# via -r requirements-ci.in
3131
pyproject-api==1.8.0
3232
# via tox
33-
tox==4.24.1
33+
tomli==2.2.1
34+
# via
35+
# pyproject-api
36+
# tox
37+
tox==4.25.0
3438
# via
3539
# -r requirements-ci.in
3640
# tox-gh-actions
3741
tox-gh-actions==3.2.0
3842
# via -r requirements-ci.in
43+
typing-extensions==4.13.0
44+
# via tox
3945
virtualenv==20.29.2
4046
# via tox

requirements-dev.txt

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ colorama==0.4.6
1818
# via tox
1919
distlib==0.3.9
2020
# via virtualenv
21+
exceptiongroup==1.2.2
22+
# via pytest
2123
filelock==3.16.1
2224
# via
2325
# tox
@@ -75,10 +77,21 @@ pytest==8.3.4
7577
# via -r requirements-dev.in
7678
pyyaml==6.0.2
7779
# via pre-commit
78-
tox==4.24.1
80+
tomli==2.2.1
81+
# via
82+
# black
83+
# flake8-pyproject
84+
# mypy
85+
# pyproject-api
86+
# pytest
87+
# tox
88+
tox==4.25.0
7989
# via -r requirements-dev.in
8090
typing-extensions==4.12.2
81-
# via mypy
91+
# via
92+
# black
93+
# mypy
94+
# tox
8295
virtualenv==20.29.2
8396
# via
8497
# pre-commit

0 commit comments

Comments
 (0)