Skip to content

Commit f1fae05

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

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

requirements-ci.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,43 +4,43 @@
44
#
55
# pip-compile requirements-ci.in
66
#
7-
cachetools==5.5.1
7+
cachetools==6.1.0
88
# via tox
99
chardet==5.2.0
1010
# via tox
1111
colorama==0.4.6
1212
# via tox
1313
distlib==0.3.9
1414
# via virtualenv
15-
filelock==3.16.1
15+
filelock==3.18.0
1616
# via
1717
# tox
1818
# virtualenv
19-
packaging==24.2
19+
packaging==25.0
2020
# via
2121
# pyproject-api
2222
# tox
23-
platformdirs==4.3.6
23+
platformdirs==4.3.8
2424
# via
2525
# tox
2626
# virtualenv
27-
pluggy==1.5.0
27+
pluggy==1.6.0
2828
# via tox
2929
pygments==2.19.1
3030
# via -r requirements-ci.in
31-
pyproject-api==1.8.0
31+
pyproject-api==1.9.1
3232
# via tox
3333
tomli==2.2.1
3434
# via
3535
# pyproject-api
3636
# tox
37-
tox==4.25.0
37+
tox==4.28.4
3838
# via
3939
# -r requirements-ci.in
4040
# tox-gh-actions
4141
tox-gh-actions==3.3.0
4242
# via -r requirements-ci.in
43-
typing-extensions==4.13.0
43+
typing-extensions==4.14.1
4444
# via tox
45-
virtualenv==20.29.2
45+
virtualenv==20.33.0
4646
# via tox

requirements-dev.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
black==25.1.0
88
# via -r requirements-dev.in
9-
cachetools==5.5.1
9+
cachetools==6.1.0
1010
# via tox
1111
cfgv==3.4.0
1212
# via pre-commit
@@ -20,7 +20,7 @@ distlib==0.3.9
2020
# via virtualenv
2121
exceptiongroup==1.2.2
2222
# via pytest
23-
filelock==3.16.1
23+
filelock==3.18.0
2424
# via
2525
# tox
2626
# virtualenv
@@ -46,20 +46,20 @@ mypy-extensions==1.0.0
4646
# mypy
4747
nodeenv==1.9.1
4848
# via pre-commit
49-
packaging==24.2
49+
packaging==25.0
5050
# via
5151
# black
5252
# pyproject-api
5353
# pytest
5454
# tox
5555
pathspec==0.12.1
5656
# via black
57-
platformdirs==4.3.6
57+
platformdirs==4.3.8
5858
# via
5959
# black
6060
# tox
6161
# virtualenv
62-
pluggy==1.5.0
62+
pluggy==1.6.0
6363
# via
6464
# pytest
6565
# tox
@@ -71,7 +71,7 @@ pyflakes==3.3.1
7171
# via flake8
7272
pygments==2.19.1
7373
# via -r requirements-dev.in
74-
pyproject-api==1.8.0
74+
pyproject-api==1.9.1
7575
# via tox
7676
pytest==8.3.5
7777
# via -r requirements-dev.in
@@ -85,14 +85,14 @@ tomli==2.2.1
8585
# pyproject-api
8686
# pytest
8787
# tox
88-
tox==4.25.0
88+
tox==4.28.4
8989
# via -r requirements-dev.in
90-
typing-extensions==4.12.2
90+
typing-extensions==4.14.1
9191
# via
9292
# black
9393
# mypy
9494
# tox
95-
virtualenv==20.29.2
95+
virtualenv==20.33.0
9696
# via
9797
# pre-commit
9898
# tox

0 commit comments

Comments
 (0)