Skip to content

Commit 5c20eee

Browse files
committed
upgrade pip version
1 parent 88fbe0c commit 5c20eee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ markers =
6767
[testenv]
6868
setenv =
6969
PYTHONHASHSEED=42
70-
pip_version = pip==21.3
70+
pip_version = pip==24.3
7171
passenv =
7272
AWS_ACCESS_KEY_ID
7373
AWS_SECRET_ACCESS_KEY
@@ -132,7 +132,7 @@ commands =
132132
twine check dist/*.tar.gz
133133

134134
[testenv:sphinx]
135-
pip_version = pip==21.3
135+
pip_version = pip==24.3
136136
changedir = doc
137137
# pip install requirements.txt is separate as RTD does it in separate steps
138138
# having the requirements.txt installed in deps above results in Double Requirement exception

0 commit comments

Comments
 (0)