Skip to content

Commit ee1761f

Browse files
committed
build: unpin tox
1 parent f3eeab8 commit ee1761f

File tree

6 files changed

+9
-14
lines changed

6 files changed

+9
-14
lines changed

requirements/dev.pip

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ flaky==3.8.1
5353
# via -r requirements/pytest.in
5454
greenlet==3.2.2
5555
# via -r requirements/dev.in
56-
hypothesis==6.131.15
56+
hypothesis==6.131.16
5757
# via -r requirements/pytest.in
5858
id==1.5.0
5959
# via twine
@@ -129,7 +129,7 @@ pygments==2.19.1
129129
# rich
130130
pylint==3.3.7
131131
# via -r requirements/dev.in
132-
pyproject-api==1.9.0
132+
pyproject-api==1.9.1
133133
# via tox
134134
pyproject-hooks==1.2.0
135135
# via build
@@ -176,9 +176,8 @@ tomli==2.2.1
176176
# tox
177177
tomlkit==0.13.2
178178
# via pylint
179-
tox @ git+https://github.com/The-Compiler/tox@3c5d56bf8bb8405d0eceef912ba4cad7d077448c
179+
tox==4.26.0
180180
# via
181-
# -c requirements/pins.pip
182181
# -r requirements/tox.in
183182
# tox-gh
184183
tox-gh==1.5.0

requirements/light-threads.pip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ cffi==1.17.1
44
# via -r requirements/light-threads.in
55
dnspython==2.7.0
66
# via eventlet
7-
eventlet==0.39.1
7+
eventlet==0.40.0
88
# via -r requirements/light-threads.in
9-
gevent==25.4.2
9+
gevent==25.5.1
1010
# via -r requirements/light-threads.in
1111
greenlet==3.2.2
1212
# via

requirements/mypy.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ execnet==2.1.1
1212
# via pytest-xdist
1313
flaky==3.8.1
1414
# via -r requirements/pytest.in
15-
hypothesis==6.131.15
15+
hypothesis==6.131.16
1616
# via -r requirements/pytest.in
1717
iniconfig==2.1.0
1818
# via pytest

requirements/pins.pip

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@
22
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
# Version pins, for use as a constraints file.
5-
6-
# We need this until https://github.com/tox-dev/tox/issues/3523 is fixed.
7-
tox @ git+https://github.com/The-Compiler/tox@python314

requirements/pytest.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ execnet==2.1.1
1212
# via pytest-xdist
1313
flaky==3.8.1
1414
# via -r requirements/pytest.in
15-
hypothesis==6.131.15
15+
hypothesis==6.131.16
1616
# via -r requirements/pytest.in
1717
iniconfig==2.1.0
1818
# via pytest

requirements/tox.pip

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,14 @@ platformdirs==4.3.8
2424
# virtualenv
2525
pluggy==1.5.0
2626
# via tox
27-
pyproject-api==1.9.0
27+
pyproject-api==1.9.1
2828
# via tox
2929
tomli==2.2.1
3030
# via
3131
# pyproject-api
3232
# tox
33-
tox @ git+https://github.com/The-Compiler/tox@3c5d56bf8bb8405d0eceef912ba4cad7d077448c
33+
tox==4.26.0
3434
# via
35-
# -c requirements/pins.pip
3635
# -r requirements/tox.in
3736
# tox-gh
3837
tox-gh==1.5.0

0 commit comments

Comments
 (0)