python-fire
python-fire copied to clipboard
Update setuptools requirement from <=69.2.0 to <=70.3.0 in /.github/scripts in the pip group
Updates the requirements on setuptools to permit the latest version.
Updates setuptools to 70.3.0
Changelog
Sourced from setuptools's changelog.
v70.3.0
Features
- Support for loading distutils from the standard library is now deprecated, including use of SETUPTOOLS_USE_DISTUTILS=stdlib and importing distutils before importing setuptools. (#4137)
Bugfixes
pypa/distutils#268v70.2.0
Features
- Updated distutils including significant changes to support Cygwin and mingw compilers. (#4444)
Bugfixes
- Fix distribution name normalisation (:pep:
625) for valid versions that are not canonical (e.g.1.0-2). (#4434)v70.1.1
Misc
v70.1.0
Features
Adopted the
bdist_wheelcommand from thewheelproject -- by :user:agronholm(#1386)Improve error message when
pkg_resources.ZipProvidertries to extract resources with a missing Egg -- by :user:AvasamAdded variables and parameter type annotations to
pkg_resourcesto be nearly on par with typeshed.* -- by :user:Avasam
... (truncated)
Commits
356e9a0Bump version: 70.2.0 → 70.3.0822280bMerge pull request #4463 from pypa/bugfix/distutils-34f9518efc4e64c1Add news fragment.b01183cMerge https://github.com/pypa/distutils into bugfix/distutils-34f9518efe221581Merge pull request pypa/distutils#267 from msys2-contrib/customize_compiler_m...34f9518Merge pull request #4410 from pypa/debt/4137-deprecate-distutils-stdlibbacd9c6sysconfig: skip customize_compiler() with MSVC Python again4a3406bCI: also set CC/CXX when pip installing with mingw+clange9f0be9Merge pull request #4453 from pypa/drop-gitignore70cda3dUse '.yml' for consistency.- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 You can disable automated security fix PRs for this repo from the Security Alerts page.
The following labels could not be found: ci.
@dependabot rebase
Looks like setuptools is no longer updatable, so this is no longer needed.