Skip to content

Commit 2db38d8

Browse files
[CONFIGURATION] Version bump for virtualenv (- WIP #299 -)
Changes in file requirements.txt: - version bump for comment Changes in file setup.cfg: - related changes Changes in file tests/requirements.txt: - version bump as possible fix for #299
1 parent 6c219aa commit 2db38d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# setuptools - MIT license
2828
setuptools>=75.0
2929
# virtualenv - MIT license
30-
#virtualenv>=15.0.1
30+
#virtualenv>=20.26.6
3131
# pip - MIT license
3232
pip>=24.3.1
3333
# build - MIT license

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ testing =
8181
pytest-enabler >= 1.0.1
8282
# local
8383
flake8 >= 5.0
84-
virtualenv >= 20.26.5
84+
virtualenv >= 20.26.6
8585
wheel >= 0.44.0
8686
pip >= 24.3.1
8787
pytest-cov >= 4.0.0; \

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# setuptools - MIT license
2929
setuptools>=75.0
3030
# virtualenv - MIT license
31-
virtualenv>=20.0
31+
virtualenv>=20.26.6
3232
# pgpy - BSD 3-Clause licensed
3333
#pgpy>=0.4.1
3434
# tox - MIT license

0 commit comments

Comments
 (0)