build(deps-dev): update setuptools requirement from <81.0.0,>=75.3.0 to >=75.3.0,<83.0.0 by dependabot[bot] · Pull Request #1428 · python-semantic-release/python-semantic-release
Updates the requirements on setuptools to permit the latest version.
Changelog
Sourced from setuptools's changelog.
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
v80.10.1
Misc
v80.10.0
Features
... (truncated)
Commits
03f3615Bump version: 81.0.0 → 82.0.0530d114Merge pull request #5007 from pypa/feature/remove-more-pkg_resources11efe9fMerge branch 'maint/75.3'118f129Bump version: 75.3.3 → 75.3.490561ffMerge pull request #5150 from UladzimirTrehubenka/backport_cve_472734595034Add news fragment.fc00800Merge pull request #5171 from cclauss/ruff-v0.15.0127e561Remove tests reliant on pkg_resources, rather than xfailing them.64bc21eReference the superseding libraries.cf1ff45Merge branch 'main' into debt/pbr-without-pkg_resources- Additional commits viewable in compare view
Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions |
|---|---|
| setuptools | [>= 75.dev0, < 76] |
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)