Skip to content

Commit 72276c5

Browse files
committed
build: unpin virtualenv, make upgrade
1 parent 1e92449 commit 72276c5

File tree

7 files changed

+12
-20
lines changed

7 files changed

+12
-20
lines changed

requirements/dev.pip

+3-4
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ 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.125.1
52+
hypothesis==6.125.2
5353
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
5454
id==1.5.0
5555
# via twine
@@ -182,9 +182,8 @@ urwid==2.6.16
182182
# urwid-readline
183183
urwid-readline==0.15.1
184184
# via pudb
185-
virtualenv==20.28.1
185+
virtualenv==20.29.2
186186
# via
187-
# -c /Users/ned/coverage/trunk/requirements/pins.pip
188187
# -r /Users/ned/coverage/trunk/requirements/pip.in
189188
# tox
190189
wcwidth==0.2.13
@@ -193,7 +192,7 @@ zipp==3.21.0
193192
# via importlib-metadata
194193

195194
# The following packages are considered to be unsafe in a requirements file:
196-
pip==25.0
195+
pip==25.0.1
197196
# via -r /Users/ned/coverage/trunk/requirements/pip.in
198197
setuptools==75.8.0
199198
# via

requirements/mypy.pip

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ 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.125.1
19+
hypothesis==6.125.2
2020
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest
23-
mypy==1.14.1
23+
mypy==1.15.0
2424
# via -r requirements/mypy.in
2525
mypy-extensions==1.0.0
2626
# via mypy

requirements/pins.pip

-3
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-
# 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
@@ -28,7 +28,7 @@ zipp==3.21.0
2828
# via importlib-metadata
2929

3030
# The following packages are considered to be unsafe in a requirements file:
31-
pip==25.0
31+
pip==25.0.1
3232
# via pip-tools
3333
setuptools==75.8.0
3434
# via pip-tools

requirements/pip.pip

+3-5
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ filelock==3.17.0
1010
# via virtualenv
1111
platformdirs==4.3.6
1212
# via virtualenv
13-
virtualenv==20.28.1
14-
# via
15-
# -c /Users/ned/coverage/trunk/requirements/pins.pip
16-
# -r requirements/pip.in
13+
virtualenv==20.29.2
14+
# via -r requirements/pip.in
1715

1816
# The following packages are considered to be unsafe in a requirements file:
19-
pip==25.0
17+
pip==25.0.1
2018
# via -r requirements/pip.in
2119
setuptools==75.8.0
2220
# via -r requirements/pip.in

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.125.1
19+
hypothesis==6.125.2
2020
# via -r requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest

requirements/tox.pip

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

0 commit comments

Comments
 (0)