Skip to content

Commit

Permalink
Bump embeded pip and setuptools (#2509)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed Feb 28, 2023
1 parent 5a53614 commit 4a84171
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ repos:
hooks:
- id: flake8
additional_dependencies:
- flake8-bugbear==23.1.20
- flake8-bugbear==23.2.13
- flake8-comprehensions==3.10.1
- flake8-pytest-style==1.6
- flake8-pytest-style==1.7.2
- flake8-spellcheck==0.28
- flake8-unused-arguments==0.0.13
- flake8-noqa==1.3
Expand Down
1 change: 1 addition & 0 deletions docs/changelog/2510.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgrade embedded setuptools to ``67.4.0`` from ``67.1.0`` and pip to ``23.0.1`` from ``23.0`` - by :user:`gaborbernat`.
24 changes: 12 additions & 12 deletions src/virtualenv/seed/wheels/embed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,33 @@
BUNDLE_FOLDER = Path(__file__).absolute().parent
BUNDLE_SUPPORT = {
"3.12": {
"pip": "pip-23.0-py3-none-any.whl",
"setuptools": "setuptools-67.1.0-py3-none-any.whl",
"pip": "pip-23.0.1-py3-none-any.whl",
"setuptools": "setuptools-67.4.0-py3-none-any.whl",
"wheel": "wheel-0.38.4-py3-none-any.whl",
},
"3.11": {
"pip": "pip-23.0-py3-none-any.whl",
"setuptools": "setuptools-67.1.0-py3-none-any.whl",
"pip": "pip-23.0.1-py3-none-any.whl",
"setuptools": "setuptools-67.4.0-py3-none-any.whl",
"wheel": "wheel-0.38.4-py3-none-any.whl",
},
"3.10": {
"pip": "pip-23.0-py3-none-any.whl",
"setuptools": "setuptools-67.1.0-py3-none-any.whl",
"pip": "pip-23.0.1-py3-none-any.whl",
"setuptools": "setuptools-67.4.0-py3-none-any.whl",
"wheel": "wheel-0.38.4-py3-none-any.whl",
},
"3.9": {
"pip": "pip-23.0-py3-none-any.whl",
"setuptools": "setuptools-67.1.0-py3-none-any.whl",
"pip": "pip-23.0.1-py3-none-any.whl",
"setuptools": "setuptools-67.4.0-py3-none-any.whl",
"wheel": "wheel-0.38.4-py3-none-any.whl",
},
"3.8": {
"pip": "pip-23.0-py3-none-any.whl",
"setuptools": "setuptools-67.1.0-py3-none-any.whl",
"pip": "pip-23.0.1-py3-none-any.whl",
"setuptools": "setuptools-67.4.0-py3-none-any.whl",
"wheel": "wheel-0.38.4-py3-none-any.whl",
},
"3.7": {
"pip": "pip-23.0-py3-none-any.whl",
"setuptools": "setuptools-67.1.0-py3-none-any.whl",
"pip": "pip-23.0.1-py3-none-any.whl",
"setuptools": "setuptools-67.4.0-py3-none-any.whl",
"wheel": "wheel-0.38.4-py3-none-any.whl",
},
"3.6": {
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 4a84171

Please sign in to comment.