Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2025

Bumps the python-packages group with 1 update: setuptools.

Updates setuptools from 77.0.1 to 77.0.3

Changelog

Sourced from setuptools's changelog.

v77.0.3

Bugfixes

  • Temporarily convert error for license glob patterns containing ../ into a deprecation warning to allow an accomodation period. (#4896)
  • Better error messages for packaging.licenses import errors in environments with packaging<24.2. The import statement was also deferred to spare users that are not using license expressions. (#4898)
  • Avoided eagerly raising an exception when license-files is defined simultaneously inside and outside of pyproject.toml. Instead we rely on the existing deprecation error. (#4899)

v77.0.2

Bugfixes

  • Restore distutils.ccompiler._default_compilers -- by :user:ManiacDC (#4876)
  • Fixed copy pasta in msvc.shared_lib_format. (#4885)
Commits
  • 7c859e0 Bump version: 77.0.2 → 77.0.3
  • f9b0e50 Convert error for ../ in license paths into deprecation warning (#4896)
  • 5fe9c32 Defer import error for packaging.licenses in environments with packaging<24.2...
  • 44303b6 Avoid raising exception when license-files is defined outside of `pyproject.t...
  • 676362d Refactor fallback for packaging.licenses
  • 53fc322 Silence typechecking in complicated statement
  • 64612bf Remove duplicated dependency
  • 627a869 Attempt to avoid typing error
  • 4622b5a Add news fragment
  • f123312 Defer import error for packaging.licenses in environments with packagin<24.2
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the python-packages group with 1 update: [setuptools](https://github.com/pypa/setuptools).


Updates `setuptools` from 77.0.1 to 77.0.3
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v77.0.1...v77.0.3)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 24, 2025
@josegonzalez josegonzalez merged commit 40e6e34 into master Mar 30, 2025
1 check passed
@josegonzalez josegonzalez deleted the dependabot/pip/python-packages-eb8a4f4352 branch March 30, 2025 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant