Skip to content

Commit

Permalink
Bump pip
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
  • Loading branch information
gaborbernat committed May 4, 2021
1 parent 45b44c2 commit 7d9dbbe
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
echo "try $i" && \
${{ runner.os == 'Linux' && 'sudo apt-get update -y && sudo apt-get install fish csh' || true}} && \
${{ runner.os == 'macOS' && 'brew install fish tcsh' || true}} && \
${{ runner.os == 'Windows' && ( matrix.py == '2.7' || matrix.py == 'pypy2' ) && 'choco install vcpython27 --yes -f' || true }} && \
exit 0 || true;
done
exit 1
Expand Down
1 change: 1 addition & 0 deletions docs/changelog/2104.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump pip to ``21.1.1`` from ``21.0.1`` - by :user:`gaborbernat`.
10 changes: 5 additions & 5 deletions src/virtualenv/seed/wheels/embed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@
BUNDLE_FOLDER = Path(__file__).absolute().parent
BUNDLE_SUPPORT = {
"3.10": {
"pip": "pip-21.0.1-py3-none-any.whl",
"pip": "pip-21.1.1-py3-none-any.whl",
"setuptools": "setuptools-56.0.0-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.9": {
"pip": "pip-21.0.1-py3-none-any.whl",
"pip": "pip-21.1.1-py3-none-any.whl",
"setuptools": "setuptools-56.0.0-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.8": {
"pip": "pip-21.0.1-py3-none-any.whl",
"pip": "pip-21.1.1-py3-none-any.whl",
"setuptools": "setuptools-56.0.0-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.7": {
"pip": "pip-21.0.1-py3-none-any.whl",
"pip": "pip-21.1.1-py3-none-any.whl",
"setuptools": "setuptools-56.0.0-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.6": {
"pip": "pip-21.0.1-py3-none-any.whl",
"pip": "pip-21.1.1-py3-none-any.whl",
"setuptools": "setuptools-56.0.0-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 7d9dbbe

Please sign in to comment.