Skip to content

Bump setuptools from 80.10.2 to 82.0.0#517

Merged
llucax merged 1 commit intov0.x.xfrom
dependabot/pip/setuptools-82.0.0
Feb 19, 2026
Merged

Bump setuptools from 80.10.2 to 82.0.0#517
llucax merged 1 commit intov0.x.xfrom
dependabot/pip/setuptools-82.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2026

Bumps setuptools from 80.10.2 to 82.0.0.

Changelog

Sourced from setuptools's changelog.

v82.0.0

Deprecations and Removals

  • pkg_resources has been removed from Setuptools. Most common uses of pkg_resources have been superseded by the importlib.resources <https://docs.python.org/3/library/importlib.resources.html>_ and importlib.metadata <https://docs.python.org/3/library/importlib.metadata.html>_ projects. Projects and environments relying on pkg_resources for namespace packages or other behavior should depend on older versions of setuptools. (#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)
Commits
  • 03f3615 Bump version: 81.0.0 → 82.0.0
  • 530d114 Merge pull request #5007 from pypa/feature/remove-more-pkg_resources
  • 11efe9f Merge branch 'maint/75.3'
  • 118f129 Bump version: 75.3.3 → 75.3.4
  • 90561ff Merge pull request #5150 from UladzimirTrehubenka/backport_cve_47273
  • 4595034 Add news fragment.
  • fc00800 Merge pull request #5171 from cclauss/ruff-v0.15.0
  • 127e561 Remove tests reliant on pkg_resources, rather than xfailing them.
  • 64bc21e Reference the superseding libraries.
  • cf1ff45 Merge branch 'main' into debt/pbr-without-pkg_resources
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Feb 18, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 18, 2026 16:24
@dependabot dependabot bot requested review from simonvoelcker and removed request for a team February 18, 2026 16:24
@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Feb 18, 2026
@llucax
Copy link
Contributor

llucax commented Feb 18, 2026

Added a new commit to widen the setuptool runtime dependency too.

@llucax llucax enabled auto-merge February 18, 2026 16:39
@llucax llucax self-assigned this Feb 18, 2026
@llucax llucax requested a review from Marenz February 18, 2026 16:39
@llucax
Copy link
Contributor

llucax commented Feb 18, 2026

This needs manual approval now, and from someone else than me.

@llucax llucax disabled auto-merge February 19, 2026 07:18
@llucax llucax enabled auto-merge February 19, 2026 07:18
@Marenz
Copy link
Contributor

Marenz commented Feb 19, 2026

Merging is blocked
Commits must have verified signatures.

@llucax
Copy link
Contributor

llucax commented Feb 19, 2026

Weird, other dependabot commits are indeed signed, but this one isn't. I guess something funny was on yesterday, so many weird failures. I will squash my commit with dependabot's for this time. We should pay attention if this happens again.

Bumps [setuptools](https://github.com/pypa/setuptools) from 80.10.2 to 82.0.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v80.10.2...v82.0.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-version: 82.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Also widen setuptools dependency to allow up to version 83.

Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
@llucax llucax force-pushed the dependabot/pip/setuptools-82.0.0 branch from 417f88a to 5f1629b Compare February 19, 2026 12:47
@llucax llucax added this pull request to the merge queue Feb 19, 2026
Merged via the queue into v0.x.x with commit 1cc5c8f Feb 19, 2026
9 checks passed
@llucax llucax deleted the dependabot/pip/setuptools-82.0.0 branch February 19, 2026 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants