File tree 8 files changed +18
-12
lines changed
8 files changed +18
-12
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ flaky==3.8.1
49
49
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
50
50
greenlet==3.1.1
51
51
# via -r requirements/dev.in
52
- hypothesis==6.124.0
52
+ hypothesis==6.124.1
53
53
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
54
54
idna==3.10
55
55
# via requests
56
- importlib-metadata==8.5.0
56
+ importlib-metadata==8.6.1
57
57
# via
58
58
# build
59
59
# keyring
@@ -181,8 +181,9 @@ urwid==2.6.16
181
181
# urwid-readline
182
182
urwid-readline==0.15.1
183
183
# via pudb
184
- virtualenv==20.29.0
184
+ virtualenv==20.28.1
185
185
# via
186
+ # -c /Users/ned/coverage/trunk/requirements/pins.pip
186
187
# -r /Users/ned/coverage/trunk/requirements/pip.in
187
188
# tox
188
189
wcwidth==0.2.13
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ filelock==3.16.1
32
32
# via cibuildwheel
33
33
idna==3.10
34
34
# via requests
35
- importlib-metadata==8.5.0
35
+ importlib-metadata==8.6.1
36
36
# via
37
37
# build
38
38
# keyring
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ execnet==2.1.1
16
16
# via pytest-xdist
17
17
flaky==3.8.1
18
18
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
19
- hypothesis==6.124.0
19
+ hypothesis==6.124.1
20
20
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
21
21
iniconfig==2.0.0
22
22
# via pytest
Original file line number Diff line number Diff line change 3
3
4
4
# Version pins, for use as a constraints file.
5
5
6
- # None for now!
6
+ # https://github.com/pypa/virtualenv/issues/2829
7
+ virtualenv<20.29.0
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build==1.2.2.post1
8
8
# via pip-tools
9
9
click==8.1.8
10
10
# via pip-tools
11
- importlib-metadata==8.5.0
11
+ importlib-metadata==8.6.1
12
12
# via build
13
13
packaging==24.2
14
14
# via build
Original file line number Diff line number Diff line change @@ -10,8 +10,10 @@ filelock==3.16.1
10
10
# via virtualenv
11
11
platformdirs==4.3.6
12
12
# 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
15
17
16
18
# The following packages are considered to be unsafe in a requirements file:
17
19
pip==24.3.1
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ execnet==2.1.1
16
16
# via pytest-xdist
17
17
flaky==3.8.1
18
18
# via -r requirements/pytest.in
19
- hypothesis==6.124.0
19
+ hypothesis==6.124.1
20
20
# via -r requirements/pytest.in
21
21
iniconfig==2.0.0
22
22
# via pytest
Original file line number Diff line number Diff line change @@ -42,5 +42,7 @@ tox-gh==1.5.0
42
42
# via -r requirements/tox.in
43
43
typing-extensions==4.12.2
44
44
# 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
You can’t perform that action at this time.
0 commit comments