[PIP] bump the pip group with 2 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(2 months ago)
(2 months ago)
(2 months ago)
dependencies python
Bumps the pip group with 2 updates: setuptools and virtualenv.
Updates setuptools from 80.9.0 to 82.0.1
Changelog
Sourced from setuptools's changelog.
v82.0.1
Bugfixes
- Fix the loading of
launcher manifest.xmlfile. (#5047)- Replaced deprecated
json.__version__with fixture in tests. (#5186)Improved Documentation
- Add advice about how to improve predictability when installing sdists. (#5168)
Misc
v82.0.0
Deprecations and Removals
pkg_resourceshas been removed from Setuptools. Most common uses ofpkg_resourceshave been superseded by theimportlib.resources <https://docs.python.org/3/library/importlib.resources.html>_ andimportlib.metadata <https://docs.python.org/3/library/importlib.metadata.html>_ projects. Projects and environments relying onpkg_resourcesfor namespace packages or other behavior should depend on older versions ofsetuptools. (#3085)v81.0.0
Deprecations and Removals
- Removed support for the --dry-run parameter to setup.py. This one feature by its nature threads through lots of core and ancillary functionality, adding complexity and friction. Removal of this parameter will help decouple the compiler functionality from distutils and thus the eventual full integration of distutils. These changes do affect some class and function signatures, so any derivative functionality may require some compatibility shims to support their expected interface. Please report any issues to the Setuptools project for investigation. (#4872)
v80.10.2
Bugfixes
- Update vendored dependencies. (#5159)
Misc
... (truncated)
Commits
5a13876Bump version: 82.0.0 → 82.0.151ab8f1Avoid using (deprecated) 'json.version' in tests (#5194)f9c37b2Docs/CI: Fix intersphinx references (#5195)8173db2Docs: Fix intersphinx references09bafbcFix past tense on newsfragment461ea56Add news fragmentc4ffe53Avoid using (deprecated) 'json.version' in tests749258bCleanuppkg_resourcesdependencies and configuration (#5175)2019c16Parseext-module.define-macrosfrompyproject.tomlas list of tuples (#5169)b809c86Sync setuptools schema with validate-pyproject (#5157)- Additional commits viewable in compare view
Updates virtualenv from 20.36.1 to 21.2.0
Release notes
Sourced from virtualenv's releases.
21.2.0
What's Changed
- Move SECURITY.md to .github/SECURITY.md by
@gaborbernatin pypa/virtualenv#3077- Standardize .github files to .yaml suffix by
@gaborbernatin pypa/virtualenv#3079- Add type annotations to embed wheel generator output by
@rahuldevikarin pypa/virtualenv#3085- fix broken README heading introduced in docs restructure by
@rahuldevikarin pypa/virtualenv#3088- 🐛 fix(bash): use BASH_SOURCE in activate relocation by
@gaborbernatin pypa/virtualenv#3091- 🐛 fix(create): prevent venv from racing virtualenv on gitignore creation by
@gaborbernatin pypa/virtualenv#3092Full Changelog: https://github.com/pypa/virtualenv/compare/21.1.0...21.2.0
21.1.0
What's Changed
- add comprehensive type annotations across the entire codebase by
@rahuldevikarin pypa/virtualenv#3076Full Changelog: https://github.com/pypa/virtualenv/compare/21.0.0...21.1.0
21.0.0
What's Changed
- ♻️ refactor(discovery): extract py_discovery as self-contained package by
@gaborbernatin pypa/virtualenv#3070- 📝 docs(changelog): add removal entry for python-discovery extraction by
@gaborbernatin pypa/virtualenv#3074Full Changelog: https://github.com/pypa/virtualenv/compare/20.39.1...21.0.0
20.39.1
What's Changed
- Align dependency versions across projects by
@gaborbernatin pypa/virtualenv#3069- ✨ feat(create): add RustPython support by
@gaborbernatin pypa/virtualenv#3071- 🐛 fix(create): add pythonw3.exe to Windows venvs by
@gaborbernatin pypa/virtualenv#3073Full Changelog: https://github.com/pypa/virtualenv/compare/20.39.0...20.39.1
20.39.0
What's Changed
- Move from extras to dependency-groups by
@gaborbernatin pypa/virtualenv#3056- 🐛 fix(sdist): include tox.toml in sdist by
@gaborbernatin pypa/virtualenv#3063
... (truncated)
Changelog
Sourced from virtualenv's changelog.
Features - 21.2.0
- Update embed wheel generator (
tasks/upgrade_wheels.py) to include type annotations in generated output - by :user:rahuldevikar. (:issue:3075)Bugfixes - 21.2.0
- Pass
--without-scm-ignore-filesto subprocess venv on Python 3.13+ so virtualenv controls.gitignorecreation, fixing flakytest_create_no_seedand--no-vcs-ignorebeing ignored in subprocess path - by :user:gaborbernat. (:issue:3089)- Use
BASH_SOURCE[0]instead of$0in the bash activate script relocation fallback, fixing incorrectPATHwhen sourcing the activate script from a different directory - by :user:gaborbernat. (:issue:3090)
v21.1.0 (2026-02-27)
Features - 21.1.0
- Add comprehensive type annotations across the entire codebase and ship a PEP 561
py.typedmarker so downstream consumers and type checkers recognize virtualenv as an inline-typed package - by :user:rahuldevikar. (:issue:3075)
v21.0.0 (2026-02-25)
Deprecations and Removals - 21.0.0
- The Python discovery logic has been extracted into a standalone
python-discoverypackage on PyPI (documentation <https://python-discovery.readthedocs.io/>_) and is now consumed as a dependency. If you previously imported discovery internals directly (e.g.from virtualenv.discovery.py_info import PythonInfo), switch tofrom python_discovery import PythonInfo. Backward-compatibility re-export shims are provided atvirtualenv.discovery.py_info,virtualenv.discovery.py_spec, andvirtualenv.discovery.cached_py_info, however these are considered unsupported and may be removed in a future release - by :user:gaborbernat. (:issue:3070)
v20.39.1 (2026-02-25)
Features - 20.39.1
- Add support for creating virtual environments with RustPython - by :user:
elmjag. (:issue:3010)
... (truncated)
Commits
0b6f444release 21.2.0e1af35d🐛 fix(create): prevent venv from racing virtualenv on gitignore creation (#3092)f05bf08🐛 fix(bash): use BASH_SOURCE in activate relocation (#3091)0cd0e09fix broken README heading introduced in docs restructure (#3088)b7ab17e[pre-commit.ci] pre-commit autoupdate (#3087)f2062bcchore(deps): bump astral-sh/setup-uv from 4 to 7 (#3086)eb27e55Add type annotations to embed wheel generator output (#3085)fbb3bd1chore(deps): bump peter-evans/create-pull-request from 7 to 8 (#3081)a1d3963chore(deps): bump actions/setup-python from 5 to 6 (#3080)e768d56chore(deps): bump actions/upload-artifact from 4 to 7 (#3082)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Package Dependencies
Technical Details
| ID: | 14876633 |
| UUID: | 4114349885 |
| Node ID: | PR_kwDOOZgZRc7Mb2Nh |
| Host: | GitHub |
| Repository: | tagdots-dev/python-test |