Skip to content

Commit 24f9a7f

Browse files
authored
Bump pip (#2104)
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 45b44c2 commit 24f9a7f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/check.yml

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
echo "try $i" && \
4343
${{ runner.os == 'Linux' && 'sudo apt-get update -y && sudo apt-get install fish csh' || true}} && \
4444
${{ runner.os == 'macOS' && 'brew install fish tcsh' || true}} && \
45-
${{ runner.os == 'Windows' && ( matrix.py == '2.7' || matrix.py == 'pypy2' ) && 'choco install vcpython27 --yes -f' || true }} && \
4645
exit 0 || true;
4746
done
4847
exit 1

docs/changelog/2104.bugfix.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump pip to ``21.1.1`` from ``21.0.1`` - by :user:`gaborbernat`.

src/virtualenv/seed/wheels/embed/__init__.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@
66
BUNDLE_FOLDER = Path(__file__).absolute().parent
77
BUNDLE_SUPPORT = {
88
"3.10": {
9-
"pip": "pip-21.0.1-py3-none-any.whl",
9+
"pip": "pip-21.1.1-py3-none-any.whl",
1010
"setuptools": "setuptools-56.0.0-py3-none-any.whl",
1111
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
1212
},
1313
"3.9": {
14-
"pip": "pip-21.0.1-py3-none-any.whl",
14+
"pip": "pip-21.1.1-py3-none-any.whl",
1515
"setuptools": "setuptools-56.0.0-py3-none-any.whl",
1616
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
1717
},
1818
"3.8": {
19-
"pip": "pip-21.0.1-py3-none-any.whl",
19+
"pip": "pip-21.1.1-py3-none-any.whl",
2020
"setuptools": "setuptools-56.0.0-py3-none-any.whl",
2121
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
2222
},
2323
"3.7": {
24-
"pip": "pip-21.0.1-py3-none-any.whl",
24+
"pip": "pip-21.1.1-py3-none-any.whl",
2525
"setuptools": "setuptools-56.0.0-py3-none-any.whl",
2626
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
2727
},
2828
"3.6": {
29-
"pip": "pip-21.0.1-py3-none-any.whl",
29+
"pip": "pip-21.1.1-py3-none-any.whl",
3030
"setuptools": "setuptools-56.0.0-py3-none-any.whl",
3131
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
3232
},
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)