Skip to content

Commit 4a84171

Browse files
authored
Bump embeded pip and setuptools (#2509)
1 parent 5a53614 commit 4a84171

File tree

5 files changed

+15
-14
lines changed

5 files changed

+15
-14
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ repos:
5555
hooks:
5656
- id: flake8
5757
additional_dependencies:
58-
- flake8-bugbear==23.1.20
58+
- flake8-bugbear==23.2.13
5959
- flake8-comprehensions==3.10.1
60-
- flake8-pytest-style==1.6
60+
- flake8-pytest-style==1.7.2
6161
- flake8-spellcheck==0.28
6262
- flake8-unused-arguments==0.0.13
6363
- flake8-noqa==1.3

docs/changelog/2510.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade embedded setuptools to ``67.4.0`` from ``67.1.0`` and pip to ``23.0.1`` from ``23.0`` - by :user:`gaborbernat`.

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,33 @@
55
BUNDLE_FOLDER = Path(__file__).absolute().parent
66
BUNDLE_SUPPORT = {
77
"3.12": {
8-
"pip": "pip-23.0-py3-none-any.whl",
9-
"setuptools": "setuptools-67.1.0-py3-none-any.whl",
8+
"pip": "pip-23.0.1-py3-none-any.whl",
9+
"setuptools": "setuptools-67.4.0-py3-none-any.whl",
1010
"wheel": "wheel-0.38.4-py3-none-any.whl",
1111
},
1212
"3.11": {
13-
"pip": "pip-23.0-py3-none-any.whl",
14-
"setuptools": "setuptools-67.1.0-py3-none-any.whl",
13+
"pip": "pip-23.0.1-py3-none-any.whl",
14+
"setuptools": "setuptools-67.4.0-py3-none-any.whl",
1515
"wheel": "wheel-0.38.4-py3-none-any.whl",
1616
},
1717
"3.10": {
18-
"pip": "pip-23.0-py3-none-any.whl",
19-
"setuptools": "setuptools-67.1.0-py3-none-any.whl",
18+
"pip": "pip-23.0.1-py3-none-any.whl",
19+
"setuptools": "setuptools-67.4.0-py3-none-any.whl",
2020
"wheel": "wheel-0.38.4-py3-none-any.whl",
2121
},
2222
"3.9": {
23-
"pip": "pip-23.0-py3-none-any.whl",
24-
"setuptools": "setuptools-67.1.0-py3-none-any.whl",
23+
"pip": "pip-23.0.1-py3-none-any.whl",
24+
"setuptools": "setuptools-67.4.0-py3-none-any.whl",
2525
"wheel": "wheel-0.38.4-py3-none-any.whl",
2626
},
2727
"3.8": {
28-
"pip": "pip-23.0-py3-none-any.whl",
29-
"setuptools": "setuptools-67.1.0-py3-none-any.whl",
28+
"pip": "pip-23.0.1-py3-none-any.whl",
29+
"setuptools": "setuptools-67.4.0-py3-none-any.whl",
3030
"wheel": "wheel-0.38.4-py3-none-any.whl",
3131
},
3232
"3.7": {
33-
"pip": "pip-23.0-py3-none-any.whl",
34-
"setuptools": "setuptools-67.1.0-py3-none-any.whl",
33+
"pip": "pip-23.0.1-py3-none-any.whl",
34+
"setuptools": "setuptools-67.4.0-py3-none-any.whl",
3535
"wheel": "wheel-0.38.4-py3-none-any.whl",
3636
},
3737
"3.6": {

0 commit comments

Comments
 (0)