Skip to content

Commit fef9e44

Browse files
committed
build: pin virtualenv to avoid a free-threading problem
1 parent 32a1622 commit fef9e44

File tree

8 files changed

+18
-12
lines changed

8 files changed

+18
-12
lines changed

requirements/dev.pip

+4-3
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ flaky==3.8.1
4949
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
5050
greenlet==3.1.1
5151
# via -r requirements/dev.in
52-
hypothesis==6.124.0
52+
hypothesis==6.124.1
5353
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
5454
idna==3.10
5555
# via requests
56-
importlib-metadata==8.5.0
56+
importlib-metadata==8.6.1
5757
# via
5858
# build
5959
# keyring
@@ -181,8 +181,9 @@ urwid==2.6.16
181181
# urwid-readline
182182
urwid-readline==0.15.1
183183
# via pudb
184-
virtualenv==20.29.0
184+
virtualenv==20.28.1
185185
# via
186+
# -c /Users/ned/coverage/trunk/requirements/pins.pip
186187
# -r /Users/ned/coverage/trunk/requirements/pip.in
187188
# tox
188189
wcwidth==0.2.13

requirements/kit.pip

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ filelock==3.16.1
3232
# via cibuildwheel
3333
idna==3.10
3434
# via requests
35-
importlib-metadata==8.5.0
35+
importlib-metadata==8.6.1
3636
# via
3737
# build
3838
# keyring

requirements/mypy.pip

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ execnet==2.1.1
1616
# via pytest-xdist
1717
flaky==3.8.1
1818
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
19-
hypothesis==6.124.0
19+
hypothesis==6.124.1
2020
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest

requirements/pins.pip

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33

44
# Version pins, for use as a constraints file.
55

6-
# None for now!
6+
# https://github.com/pypa/virtualenv/issues/2829
7+
virtualenv<20.29.0

requirements/pip-tools.pip

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build==1.2.2.post1
88
# via pip-tools
99
click==8.1.8
1010
# via pip-tools
11-
importlib-metadata==8.5.0
11+
importlib-metadata==8.6.1
1212
# via build
1313
packaging==24.2
1414
# via build

requirements/pip.pip

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ filelock==3.16.1
1010
# via virtualenv
1111
platformdirs==4.3.6
1212
# via virtualenv
13-
virtualenv==20.29.0
14-
# via -r requirements/pip.in
13+
virtualenv==20.28.1
14+
# via
15+
# -c /Users/ned/coverage/trunk/requirements/pins.pip
16+
# -r requirements/pip.in
1517

1618
# The following packages are considered to be unsafe in a requirements file:
1719
pip==24.3.1

requirements/pytest.pip

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ execnet==2.1.1
1616
# via pytest-xdist
1717
flaky==3.8.1
1818
# via -r requirements/pytest.in
19-
hypothesis==6.124.0
19+
hypothesis==6.124.1
2020
# via -r requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest

requirements/tox.pip

+4-2
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,7 @@ tox-gh==1.5.0
4242
# via -r requirements/tox.in
4343
typing-extensions==4.12.2
4444
# via tox
45-
virtualenv==20.29.0
46-
# via tox
45+
virtualenv==20.28.1
46+
# via
47+
# -c /Users/ned/coverage/trunk/requirements/pins.pip
48+
# tox

0 commit comments

Comments
 (0)