Skip to content

Commit 84d652f

Browse files
Upgrade embedded pip/setuptools/wheel (#3180)
Automated upgrade of embedded pip, setuptools, and wheel dependencies. This PR was created automatically by the [upgrade workflow](https://github.com/pypa/virtualenv/actions/workflows/upgrade.yaml). --------- Co-authored-by: gaborbernat <690238+gaborbernat@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Bernat Gabor <gaborjbernat@gmail.com>
1 parent 1fa46f5 commit 84d652f

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

docs/changelog/3180.bugfix.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Upgrade embedded wheels:
2+
3+
- setuptools to ``83.0.0``

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,31 +15,31 @@
1515
},
1616
"3.10": {
1717
"pip": "pip-26.1.2-py3-none-any.whl",
18-
"setuptools": "setuptools-82.0.1-py3-none-any.whl",
18+
"setuptools": "setuptools-83.0.0-py3-none-any.whl",
1919
},
2020
"3.11": {
2121
"pip": "pip-26.1.2-py3-none-any.whl",
22-
"setuptools": "setuptools-82.0.1-py3-none-any.whl",
22+
"setuptools": "setuptools-83.0.0-py3-none-any.whl",
2323
},
2424
"3.12": {
2525
"pip": "pip-26.1.2-py3-none-any.whl",
26-
"setuptools": "setuptools-82.0.1-py3-none-any.whl",
26+
"setuptools": "setuptools-83.0.0-py3-none-any.whl",
2727
},
2828
"3.13": {
2929
"pip": "pip-26.1.2-py3-none-any.whl",
30-
"setuptools": "setuptools-82.0.1-py3-none-any.whl",
30+
"setuptools": "setuptools-83.0.0-py3-none-any.whl",
3131
},
3232
"3.14": {
3333
"pip": "pip-26.1.2-py3-none-any.whl",
34-
"setuptools": "setuptools-82.0.1-py3-none-any.whl",
34+
"setuptools": "setuptools-83.0.0-py3-none-any.whl",
3535
},
3636
"3.15": {
3737
"pip": "pip-26.1.2-py3-none-any.whl",
38-
"setuptools": "setuptools-82.0.1-py3-none-any.whl",
38+
"setuptools": "setuptools-83.0.0-py3-none-any.whl",
3939
},
4040
"3.16": {
4141
"pip": "pip-26.1.2-py3-none-any.whl",
42-
"setuptools": "setuptools-82.0.1-py3-none-any.whl",
42+
"setuptools": "setuptools-83.0.0-py3-none-any.whl",
4343
},
4444
}
4545
MAX = next(reversed(BUNDLE_SUPPORT))
@@ -59,6 +59,7 @@ def _release_tuple(version: str) -> tuple[int, ...]:
5959
"pip-26.0.1-py3-none-any.whl": "bdb1b08f4274833d62c1aa29e20907365a2ceb950410df15fc9521bad440122b",
6060
"pip-26.1.2-py3-none-any.whl": "382ff9f685ee3bc25864f820aa50505825f10f5458ffff07e30a6d96e5715cab",
6161
"setuptools-82.0.1-py3-none-any.whl": "a59e362652f08dcd477c78bb6e7bd9d80a7995bc73ce773050228a348ce2e5bb",
62+
"setuptools-83.0.0-py3-none-any.whl": "29b23c360f22f414dc7336bb39178cc7bcbf6021ed2733cde173f09dba19abb3",
6263
}
6364

6465
_VERIFIED_WHEELS: set[str] = set()
Binary file not shown.

0 commit comments

Comments
 (0)