Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build(deps): Bump setuptools from 70.3.0 to 71.0.3 #354

Merged
merged 1 commit into from
Jul 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 18, 2024

Bumps setuptools from 70.3.0 to 71.0.3.

Changelog

Sourced from setuptools's changelog.

v71.0.3

Bugfixes

  • Reset the backports module when enabling vendored packages. (#4476)

v71.0.2

Bugfixes

  • Include all vendored files in the sdist. (#4480)

v71.0.1

Bugfixes

  • Restored package data that went missing in 71.0. This change also incidentally causes tests to be installed once again. (#4475)

v71.0.0

Deprecations and Removals

  • Now setuptools declares its own dependencies in the core extra. Dependencies are still vendored for bootstrapping purposes, but setuptools will prefer installed dependencies if present. The core extra is used for informational purposes and should not be declared in package metadata (e.g. build-requires). Downstream packagers can de-vendor by simply removing the setuptools/_vendor directory. Since Setuptools now prefers installed dependencies, those installing to an environment with old, incompatible dependencies will not work. In that case, either uninstall the incompatible dependencies or upgrade them to satisfy those declared in core. (#2825)
Commits
  • 6d915ca Bump version: 71.0.2 → 71.0.3
  • fddda37 Merge pull request #4486 from pypa/bugfix/4476-reset-backports
  • 299d276 Reset the backports module when enabling vendored packages.
  • 17b735a Bump version: 71.0.1 → 71.0.2
  • 5a59af4 Merge pull request #4485 from pypa/bugfix/4480-vendored-metadata
  • 65e00b6 Include all vendored files in the sdist.
  • 284e8af Add a failing test covering the missed expectation.
  • ea5ce1a Update changelog to reflect common experience seen in #4478 and #4483.
  • f2a6bb1 Bump version: 71.0.0 → 71.0.1
  • 87afa4b Merge pull request #4479 from pypa/bugfix/4475-all-the-files
  • 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 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)

Bumps [setuptools](https://github.com/pypa/setuptools) from 70.3.0 to 71.0.3.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v70.3.0...v71.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from Nusnus as a code owner July 18, 2024 22:31
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 18, 2024
Copy link

codecov bot commented Jul 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 25.21%. Comparing base (22b7455) to head (50e1a35).
Report is 76 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #354   +/-   ##
=======================================
  Coverage   25.21%   25.21%           
=======================================
  Files          37       37           
  Lines        1190     1190           
  Branches      235      235           
=======================================
  Hits          300      300           
  Misses        862      862           
  Partials       28       28           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Nusnus Nusnus merged commit fde929c into main Jul 21, 2024
36 checks passed
@Nusnus Nusnus deleted the dependabot/pip/setuptools-71.0.3 branch July 21, 2024 12:02
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