Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update setuptools requirement from ~=71.0.1 to ~=71.0.3 (#24)
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's changelog</a>.</em></p> <blockquote> <h1>v71.0.3</h1> <h2>Bugfixes</h2> <ul> <li>Reset the backports module when enabling vendored packages. (<a href="https://github.com/pypa/setuptools/issues/4476">#4476</a>)</li> </ul> <h1>v71.0.2</h1> <h2>Bugfixes</h2> <ul> <li>Include all vendored files in the sdist. (<a href="https://github.com/pypa/setuptools/issues/4480">#4480</a>)</li> </ul> <h1>v71.0.1</h1> <h2>Bugfixes</h2> <ul> <li>Restored package data that went missing in 71.0. This change also incidentally causes tests to be installed once again. (<a href="https://github.com/pypa/setuptools/issues/4475">#4475</a>)</li> </ul> <h1>v71.0.0</h1> <h2>Deprecations and Removals</h2> <ul> <li>Now setuptools declares its own dependencies in the <code>core</code> extra. Dependencies are still vendored for bootstrapping purposes, but setuptools will prefer installed dependencies if present. The <code>core</code> extra is used for informational purposes and should <em>not</em> be declared in package metadata (e.g. <code>build-requires</code>). Downstream packagers can de-vendor by simply removing the <code>setuptools/_vendor</code> 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 <code>core</code>. (<a href="https://github.com/pypa/setuptools/issues/2825">#2825</a>)</li> </ul> <h1>v70.3.0</h1> <h2>Features</h2> <ul> <li>Support for loading distutils from the standard library is now deprecated, including use of SETUPTOOLS_USE_DISTUTILS=stdlib and importing distutils before importing setuptools. (<a href="https://github.com/pypa/setuptools/issues/4137">#4137</a>)</li> </ul> <h2>Bugfixes</h2> <ul> <li><code>pypa/distutils#268</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools/commit/6d915ca1b67d43609714a70bff23526a362dd0f1"><code>6d915ca</code></a> Bump version: 71.0.2 → 71.0.3</li> <li><a href="https://github.com/pypa/setuptools/commit/fddda3729a830a7fcf00e36ddea18cf962b5d901"><code>fddda37</code></a> Merge pull request <a href="https://github.com/pypa/setuptools/issues/4486">#4486</a> from pypa/bugfix/4476-reset-backports</li> <li><a href="https://github.com/pypa/setuptools/commit/299d27655f3f3a06d698b9ae06a3e3ad13943e81"><code>299d276</code></a> Reset the backports module when enabling vendored packages.</li> <li><a href="https://github.com/pypa/setuptools/commit/17b735a260dc6e51cce1edbeb21eaaa5a32ef188"><code>17b735a</code></a> Bump version: 71.0.1 → 71.0.2</li> <li><a href="https://github.com/pypa/setuptools/commit/5a59af42a922bb4bb4c291fd1acc7f0991db36ef"><code>5a59af4</code></a> Merge pull request <a href="https://github.com/pypa/setuptools/issues/4485">#4485</a> from pypa/bugfix/4480-vendored-metadata</li> <li><a href="https://github.com/pypa/setuptools/commit/65e00b6e96c531c2b0be023475bb956ebc976c39"><code>65e00b6</code></a> Include all vendored files in the sdist.</li> <li><a href="https://github.com/pypa/setuptools/commit/284e8afc5a481a1ac40405111058421a0c68c683"><code>284e8af</code></a> Add a failing test covering the missed expectation.</li> <li><a href="https://github.com/pypa/setuptools/commit/ea5ce1a2e1406a51bd235c8afd854716d4b8a775"><code>ea5ce1a</code></a> Update changelog to reflect common experience seen in <a href="https://github.com/pypa/setuptools/issues/4478">#4478</a> and <a href="https://github.com/pypa/setuptools/issues/4483">#4483</a>.</li> <li>See full diff in <a href="https://github.com/pypa/setuptools/compare/v71.0.1...v71.0.3">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
- Loading branch information