We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db46a25 commit 94bddadCopy full SHA for 94bddad
eng/ci_tools.txt
@@ -8,7 +8,7 @@ pathlib2==2.3.5
8
doc-warden==0.7.2
9
beautifulsoup4==4.9.1
10
pkginfo==1.9.6
11
-pip==23.2.1
+pip==24.0
12
wrapt==1.12.1; python_version <= '3.10'
13
wrapt==1.15.0; python_version >= '3.11'
14
typing-extensions<=4.6.3
eng/tox/tox.ini
@@ -64,7 +64,7 @@ setenv =
64
PIP_EXTRA_INDEX_URL=https://pypi.python.org/simple
65
PROXY_URL=http://localhost:5000
66
VIRTUALENV_WHEEL=0.37.0
67
- VIRTUALENV_PIP=23.2.1
+ VIRTUALENV_PIP=24.0
68
VIRTUALENV_SETUPTOOLS=67.6.0
69
deps = {[base]deps}
70
install_command = python -m pip install {opts} {packages} --cache-dir {tox_root}/../.tox_pip_cache_{envname}
0 commit comments