Skip to content

Commit 94bddad

Browse files
authored
bump pip version (Azure#35521)
1 parent db46a25 commit 94bddad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/ci_tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pathlib2==2.3.5
88
doc-warden==0.7.2
99
beautifulsoup4==4.9.1
1010
pkginfo==1.9.6
11-
pip==23.2.1
11+
pip==24.0
1212
wrapt==1.12.1; python_version <= '3.10'
1313
wrapt==1.15.0; python_version >= '3.11'
1414
typing-extensions<=4.6.3

eng/tox/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ setenv =
6464
PIP_EXTRA_INDEX_URL=https://pypi.python.org/simple
6565
PROXY_URL=http://localhost:5000
6666
VIRTUALENV_WHEEL=0.37.0
67-
VIRTUALENV_PIP=23.2.1
67+
VIRTUALENV_PIP=24.0
6868
VIRTUALENV_SETUPTOOLS=67.6.0
6969
deps = {[base]deps}
7070
install_command = python -m pip install {opts} {packages} --cache-dir {tox_root}/../.tox_pip_cache_{envname}

0 commit comments

Comments
 (0)