Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2023

Bumps setuptools from 67.8.0 to 68.0.0.

Changelog

Sourced from setuptools's changelog.

v68.0.0

Breaking Changes

  • #3948: Removed verification for existing depends.txt file (deprecated since v0.5a4).
  • #3948: Remove autofixing of broken .egg-info directories containing the - character in their base name (without suffix). They should no longer be produced by sufficiently new versions of setuptools (warning introduced in 2005).
  • #3948: Remove deprecated APIs in easy_install: get_script_args, get_script_header and get_writer. The direct usage of easy_install has been deprecated since v58.3.0, and the warnings regarding these APIs predate that version.
  • #3948: Removed egg_info.get_pkg_info_revision (deprecated since 2015).
  • #3948: Removed setuptools.dist._get_unpatched (deprecated since 2016)
  • #3948: Removed support for SVN in setuptools.package_index (deprecated since 2018).
  • #3948: Removed support for invalid pyproject.toml files. During the implementation of PEP 621, it was identified that some users were producing invalid files. As a transitional measure, the validation was relaxed for a few use cases. The grace period, however, came to an end.

Changes

  • #3760: Added symlink support to launcher for installed executables -- by :user:eugene-sevostianov-sc
  • #3926: Updated vendored packaging version from 23.0 to 23.1 -- by :user:MetRonnie
  • #3950: Implemented workaround for old versions of vswhere, which miss the -requiresAny parameter, such as the ones distributed together with Visual Studio 2017 < 15.6.
  • #3952: Changed DistutilsMetaFinder to skip spec_for_pip on Python >= 3.12.
  • #3952: Removed _distutils_hack.remove_shim on Python >= 3.12 (since distutils was removed from the standard library, DistutilsMetaFinder cannot be disabled on Python >= 3.12).

Misc

  • #3920: Add a link to deprecation warning in pkg_resources and improve stacklevel for better visibility.
Commits
  • 49fec9f Bump version: 67.8.0 → 68.0.0
  • 26231f4 Implement workaround for missing -requiresAny (#3950)
  • 66cbd98 Remove some deprecated code (#3948)
  • 718493c Avoid _distutils_hack.remove_shim on Python >= 3.12 (#3952)
  • 2d7bf2b Remove old py*compat modules (#3951)
  • 8f7c8ff Mention packaging on pkg_resources deprecation notes (#3949)
  • 63a4f85 Show more info from pkg_resources deprecation (#3920)
  • 4a7c9c1 Update pyproject.toml doc (#3957)
  • 6ef81fe Leave an empty 'egg_info.warn_depends_obsolete' to avoid erros when updating ...
  • 92382de Re-enable SETUPTOOLS_ENFORCE_DEPRECATION
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
@dependabot dependabot bot requested review from Borda and ethanwharris as code owners July 1, 2023 08:09
@dependabot dependabot bot added the ci/cd label Jul 1, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2023

Dependabot tried to add @Lightning-AI/core-lightning as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/Lightning-AI/tutorials/pulls/257/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the Lightning-AI/tutorials repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request 
@codecov
Copy link

codecov bot commented Jul 1, 2023

Codecov Report

Merging #257 (9006cc0) into main (89ed345) will not change coverage.
The diff coverage is n/a.

❗ Current head 9006cc0 differs from pull request most recent head 3cea829. Consider uploading reports for the commit 3cea829 to get more accurate results

Additional details and impacted files
@@ Coverage Diff @@ ## main #257 +/- ## =================================== Coverage 73% 73% =================================== Files 2 2 Lines 382 382 =================================== Hits 280 280 Misses 102 102 
@dependabot dependabot bot force-pushed the dependabot-pip-_requirements-setuptools-68.0.0 branch from ba03073 to 9006cc0 Compare July 1, 2023 09:05
@Borda
Copy link
Contributor

Borda commented Jul 3, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot-pip-_requirements-setuptools-68.0.0 branch from 9006cc0 to 3cea829 Compare July 3, 2023 15:24
@Borda
Copy link
Contributor

Borda commented Aug 14, 2023

@dependabot rebase

@Borda Borda enabled auto-merge (squash) August 14, 2023 19:53
Bumps [setuptools](https://github.com/pypa/setuptools) from 67.8.0 to 68.0.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v67.8.0...v68.0.0) --- 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 force-pushed the dependabot-pip-_requirements-setuptools-68.0.0 branch from 3cea829 to 95c61af Compare August 14, 2023 19:53
@Borda Borda merged commit 8d5658c into main Aug 14, 2023
@Borda Borda deleted the dependabot-pip-_requirements-setuptools-68.0.0 branch August 14, 2023 20:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

1 participant