Skip to content

Commit 89f80b8

Browse files
gaborbernatBelz Sandro
andauthored
upgrade pip and setuptools (#2560) (#2562)
Co-authored-by: Belz Sandro <[email protected]>
1 parent 0597a2f commit 89f80b8

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

docs/changelog/2560.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade setuptools to ``67.7.2`` from ``67.6.1`` and pip to ``23.1.2`` from ``23.1`` - by :user:`szleb`.

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,33 @@
77
BUNDLE_FOLDER = Path(__file__).absolute().parent
88
BUNDLE_SUPPORT = {
99
"3.7": {
10-
"pip": "pip-23.1-py3-none-any.whl",
11-
"setuptools": "setuptools-67.6.1-py3-none-any.whl",
10+
"pip": "pip-23.1.2-py3-none-any.whl",
11+
"setuptools": "setuptools-67.7.2-py3-none-any.whl",
1212
"wheel": "wheel-0.40.0-py3-none-any.whl",
1313
},
1414
"3.8": {
15-
"pip": "pip-23.1-py3-none-any.whl",
16-
"setuptools": "setuptools-67.6.1-py3-none-any.whl",
15+
"pip": "pip-23.1.2-py3-none-any.whl",
16+
"setuptools": "setuptools-67.7.2-py3-none-any.whl",
1717
"wheel": "wheel-0.40.0-py3-none-any.whl",
1818
},
1919
"3.9": {
20-
"pip": "pip-23.1-py3-none-any.whl",
21-
"setuptools": "setuptools-67.6.1-py3-none-any.whl",
20+
"pip": "pip-23.1.2-py3-none-any.whl",
21+
"setuptools": "setuptools-67.7.2-py3-none-any.whl",
2222
"wheel": "wheel-0.40.0-py3-none-any.whl",
2323
},
2424
"3.10": {
25-
"pip": "pip-23.1-py3-none-any.whl",
26-
"setuptools": "setuptools-67.6.1-py3-none-any.whl",
25+
"pip": "pip-23.1.2-py3-none-any.whl",
26+
"setuptools": "setuptools-67.7.2-py3-none-any.whl",
2727
"wheel": "wheel-0.40.0-py3-none-any.whl",
2828
},
2929
"3.11": {
30-
"pip": "pip-23.1-py3-none-any.whl",
31-
"setuptools": "setuptools-67.6.1-py3-none-any.whl",
30+
"pip": "pip-23.1.2-py3-none-any.whl",
31+
"setuptools": "setuptools-67.7.2-py3-none-any.whl",
3232
"wheel": "wheel-0.40.0-py3-none-any.whl",
3333
},
3434
"3.12": {
35-
"pip": "pip-23.1-py3-none-any.whl",
36-
"setuptools": "setuptools-67.6.1-py3-none-any.whl",
35+
"pip": "pip-23.1.2-py3-none-any.whl",
36+
"setuptools": "setuptools-67.7.2-py3-none-any.whl",
3737
"wheel": "wheel-0.40.0-py3-none-any.whl",
3838
},
3939
}

0 commit comments

Comments
 (0)