Skip to content

Commit

Permalink
Bump pip
Browse files Browse the repository at this point in the history
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
  • Loading branch information
gaborbernat committed Apr 28, 2020
1 parent 43e4b1e commit 99adba2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ repos:
args: [--safe]
language_version: python3.8
- repo: https://github.com/asottile/blacken-docs
rev: v1.5.0-1
rev: v1.6.0
hooks:
- id: blacken-docs
additional_dependencies: [black==19.10b0]
language_version: python3.8
- repo: https://github.com/asottile/seed-isort-config
rev: v1.9.4
rev: v2.1.1
hooks:
- id: seed-isort-config
args: [--application-directories, '.:src']
Expand All @@ -21,7 +21,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
rev: v2.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -38,15 +38,15 @@ repos:
additional_dependencies: ["flake8-bugbear == 20.1.2"]
language_version: python3.8
- repo: https://github.com/asottile/pyupgrade
rev: v1.26.2
rev: v2.3.0
hooks:
- id: pyupgrade
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.4.4
rev: v1.5.1
hooks:
- id: rst-backticks
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.6.0
rev: v1.9.0
hooks:
- id: setup-cfg-fmt
args: [--min-py3-version, "3.4"]
1 change: 1 addition & 0 deletions docs/changelog/1793.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgrade pip for Python ``2.7`` and ``3.5+`` from ``20.0.2`` to ``20.1`` - by :user:`gaborbernat`.
12 changes: 6 additions & 6 deletions src/virtualenv/seed/embed/wheels/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@

BUNDLE_SUPPORT = {
"3.9": {
"pip": "pip-20.0.2-py2.py3-none-any.whl",
"pip": "pip-20.1-py2.py3-none-any.whl",
"setuptools": "setuptools-46.1.3-py3-none-any.whl",
"wheel": "wheel-0.34.2-py2.py3-none-any.whl",
},
"3.8": {
"pip": "pip-20.0.2-py2.py3-none-any.whl",
"pip": "pip-20.1-py2.py3-none-any.whl",
"setuptools": "setuptools-46.1.3-py3-none-any.whl",
"wheel": "wheel-0.34.2-py2.py3-none-any.whl",
},
"3.7": {
"pip": "pip-20.0.2-py2.py3-none-any.whl",
"pip": "pip-20.1-py2.py3-none-any.whl",
"setuptools": "setuptools-46.1.3-py3-none-any.whl",
"wheel": "wheel-0.34.2-py2.py3-none-any.whl",
},
"3.6": {
"pip": "pip-20.0.2-py2.py3-none-any.whl",
"pip": "pip-20.1-py2.py3-none-any.whl",
"setuptools": "setuptools-46.1.3-py3-none-any.whl",
"wheel": "wheel-0.34.2-py2.py3-none-any.whl",
},
"3.5": {
"pip": "pip-20.0.2-py2.py3-none-any.whl",
"pip": "pip-20.1-py2.py3-none-any.whl",
"setuptools": "setuptools-46.1.3-py3-none-any.whl",
"wheel": "wheel-0.34.2-py2.py3-none-any.whl",
},
Expand All @@ -32,7 +32,7 @@
"wheel": "wheel-0.33.6-py2.py3-none-any.whl",
},
"2.7": {
"pip": "pip-20.0.2-py2.py3-none-any.whl",
"pip": "pip-20.1-py2.py3-none-any.whl",
"setuptools": "setuptools-44.1.0-py2.py3-none-any.whl",
"wheel": "wheel-0.34.2-py2.py3-none-any.whl",
},
Expand Down
Binary file not shown.
1 change: 0 additions & 1 deletion tests/unit/create/console_app/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ description = magic package

[options]
packages = find:
install_requires =

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit 99adba2

Please sign in to comment.