Skip to content

Commit 7b1e4b4

Browse files
authored
Upgrade pip and setuptools (#2159)
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 1afc190 commit 7b1e4b4

File tree

6 files changed

+14
-13
lines changed

6 files changed

+14
-13
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ repos:
1212
- id: end-of-file-fixer
1313
- id: trailing-whitespace
1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v2.23.0
15+
rev: v2.23.1
1616
hooks:
1717
- id: pyupgrade
1818
- repo: https://github.com/PyCQA/isort
19-
rev: 5.9.2
19+
rev: 5.9.3
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/psf/black
@@ -47,4 +47,4 @@ repos:
4747
rev: "3.9.2"
4848
hooks:
4949
- id: flake8
50-
additional_dependencies: ["flake8-bugbear == 20.1.4"]
50+
additional_dependencies: ["flake8-bugbear == 21.4.3"]

docs/changelog/2159.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
upgrade embedded pip to ``21.2.2`` from ``21.1.3`` and setuptools to ``57.4.0`` from ``57.1.0`` - by :user:`gaborbernat`

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,28 @@
66
BUNDLE_FOLDER = Path(__file__).absolute().parent
77
BUNDLE_SUPPORT = {
88
"3.10": {
9-
"pip": "pip-21.1.3-py3-none-any.whl",
10-
"setuptools": "setuptools-57.1.0-py3-none-any.whl",
9+
"pip": "pip-21.2.2-py3-none-any.whl",
10+
"setuptools": "setuptools-57.4.0-py3-none-any.whl",
1111
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
1212
},
1313
"3.9": {
14-
"pip": "pip-21.1.3-py3-none-any.whl",
15-
"setuptools": "setuptools-57.1.0-py3-none-any.whl",
14+
"pip": "pip-21.2.2-py3-none-any.whl",
15+
"setuptools": "setuptools-57.4.0-py3-none-any.whl",
1616
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
1717
},
1818
"3.8": {
19-
"pip": "pip-21.1.3-py3-none-any.whl",
20-
"setuptools": "setuptools-57.1.0-py3-none-any.whl",
19+
"pip": "pip-21.2.2-py3-none-any.whl",
20+
"setuptools": "setuptools-57.4.0-py3-none-any.whl",
2121
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
2222
},
2323
"3.7": {
24-
"pip": "pip-21.1.3-py3-none-any.whl",
25-
"setuptools": "setuptools-57.1.0-py3-none-any.whl",
24+
"pip": "pip-21.2.2-py3-none-any.whl",
25+
"setuptools": "setuptools-57.4.0-py3-none-any.whl",
2626
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
2727
},
2828
"3.6": {
29-
"pip": "pip-21.1.3-py3-none-any.whl",
30-
"setuptools": "setuptools-57.1.0-py3-none-any.whl",
29+
"pip": "pip-21.2.2-py3-none-any.whl",
30+
"setuptools": "setuptools-57.4.0-py3-none-any.whl",
3131
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
3232
},
3333
"3.5": {
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)