Skip to content

Commit c3d906c

Browse files
committed
requirements: Upgrade tox to 4.26.0
This resolves a conflict between older versions of tox and Python 3.14b1.
1 parent a838977 commit c3d906c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ black==24.4.2
1212
# via -r requirements.in
1313
build==1.2.1
1414
# via pip-tools
15-
cachetools==5.3.3
15+
cachetools==5.5.2
1616
# via tox
1717
certifi==2024.7.4
1818
# via requests
@@ -32,7 +32,7 @@ docutils==0.20.1
3232
# via
3333
# sphinx
3434
# sphinx-rtd-theme
35-
filelock==3.14.0
35+
filelock==3.18.0
3636
# via
3737
# tox
3838
# virtualenv
@@ -54,7 +54,7 @@ mypy-extensions==1.0.0
5454
# via
5555
# black
5656
# mypy
57-
packaging==24.1
57+
packaging==25.0
5858
# via
5959
# black
6060
# build
@@ -65,7 +65,7 @@ pathspec==0.12.1
6565
# via black
6666
pip-tools==7.4.1
6767
# via -r requirements.in
68-
platformdirs==4.2.2
68+
platformdirs==4.3.8
6969
# via
7070
# black
7171
# tox
@@ -78,7 +78,7 @@ pyflakes==3.2.0
7878
# via flake8
7979
pygments==2.18.0
8080
# via sphinx
81-
pyproject-api==1.6.1
81+
pyproject-api==1.9.1
8282
# via tox
8383
pyproject-hooks==1.1.0
8484
# via
@@ -109,15 +109,15 @@ sphinxcontrib-qthelp==1.0.7
109109
# via sphinx
110110
sphinxcontrib-serializinghtml==1.1.10
111111
# via sphinx
112-
tox==4.15.1
112+
tox==4.26.0
113113
# via -r requirements.in
114114
types-pycurl==7.45.3.20240421
115115
# via -r requirements.in
116116
typing-extensions==4.12.2
117117
# via mypy
118118
urllib3==2.2.2
119119
# via requests
120-
virtualenv==20.26.6
120+
virtualenv==20.31.2
121121
# via tox
122122
wheel==0.43.0
123123
# via pip-tools

0 commit comments

Comments
 (0)