Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==67.8.0
->==68.0.0
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
pypa/setuptools
v68.0.0
Compare Source
Breaking Changes
^^^^^^^^^^^^^^^^
depends.txt
file (deprecated since v0.5a4)..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).
easy_install
:get_script_args
,get_script_header
andget_writer
.The direct usage of
easy_install
has been deprecated since v58.3.0,and the warnings regarding these APIs predate that version.
egg_info.get_pkg_info_revision
(deprecated since 2015).setuptools.dist._get_unpatched
(deprecated since 2016)setuptools.package_index
(deprecated since 2018).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
^^^^^^^
eugene-sevostianov-sc
packaging
version from 23.0 to 23.1 -- by :user:MetRonnie
vswhere
, which miss the-requiresAny
parameter, such as the ones distributed together with Visual Studio 2017 < 15.6.DistutilsMetaFinder
to skipspec_for_pip
on Python >= 3.12._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
^^^^
pkg_resources
and improvestacklevel
for better visibility.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.