Skip to content

Commit 3b9d954

Browse files
authored
Bump embed setuptools to 58.1.0 (#2195)
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 40d2f18 commit 3b9d954

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docs/changelog/2195.bugfix.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump embed setuptools from ``58.0.4`` to ``58.1.0`` - by :user:`gaborbernat`.

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,27 @@
77
BUNDLE_SUPPORT = {
88
"3.10": {
99
"pip": "pip-21.2.4-py3-none-any.whl",
10-
"setuptools": "setuptools-58.0.4-py3-none-any.whl",
10+
"setuptools": "setuptools-58.1.0-py3-none-any.whl",
1111
"wheel": "wheel-0.37.0-py2.py3-none-any.whl",
1212
},
1313
"3.9": {
1414
"pip": "pip-21.2.4-py3-none-any.whl",
15-
"setuptools": "setuptools-58.0.4-py3-none-any.whl",
15+
"setuptools": "setuptools-58.1.0-py3-none-any.whl",
1616
"wheel": "wheel-0.37.0-py2.py3-none-any.whl",
1717
},
1818
"3.8": {
1919
"pip": "pip-21.2.4-py3-none-any.whl",
20-
"setuptools": "setuptools-58.0.4-py3-none-any.whl",
20+
"setuptools": "setuptools-58.1.0-py3-none-any.whl",
2121
"wheel": "wheel-0.37.0-py2.py3-none-any.whl",
2222
},
2323
"3.7": {
2424
"pip": "pip-21.2.4-py3-none-any.whl",
25-
"setuptools": "setuptools-58.0.4-py3-none-any.whl",
25+
"setuptools": "setuptools-58.1.0-py3-none-any.whl",
2626
"wheel": "wheel-0.37.0-py2.py3-none-any.whl",
2727
},
2828
"3.6": {
2929
"pip": "pip-21.2.4-py3-none-any.whl",
30-
"setuptools": "setuptools-58.0.4-py3-none-any.whl",
30+
"setuptools": "setuptools-58.1.0-py3-none-any.whl",
3131
"wheel": "wheel-0.37.0-py2.py3-none-any.whl",
3232
},
3333
"3.5": {

0 commit comments

Comments
 (0)