This repository has been archived by the owner on May 1, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:(deps-dev): update setuptools requirement from <67.5.0,>=65.3.0 t…
…o >=65.3.0,<67.6.0 (#403) 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/CHANGES.rst">setuptools's changelog</a>.</em></p> <blockquote> <h2>v67.5.0</h2> <p>Changes ^^^^^^^</p> <ul> <li><a href="https://github-redirect.dependabot.com/pypa/setuptools/issues/3843">#3843</a>: Although pkg_resources has been discouraged for use, some projects still consider pkg_resources viable for usage. This change makes it clear that pkg_resources should not be used, emitting a DeprecationWarning when imported.</li> </ul> <h2>v67.4.0</h2> <p>Changes ^^^^^^^</p> <ul> <li><a href="https://github-redirect.dependabot.com/pypa/setuptools/issues/3832">#3832</a>: Update vendored <code>importlib-metadata</code> (to 6.0.0) and <code>importlib-resources</code> (to 5.10.2)</li> </ul> <h2>v67.3.3</h2> <p>Misc ^^^^</p> <ul> <li><a href="https://github-redirect.dependabot.com/pypa/setuptools/issues/3820">#3820</a>: Restore quoted <code>#include</code> argument to <code>has_function</code>.</li> </ul> <h2>v67.3.2</h2> <p>Misc ^^^^</p> <ul> <li><a href="https://github-redirect.dependabot.com/pypa/setuptools/issues/3827">#3827</a>: Improve deprecation warning message on <code>pkg_resources.declare_namespace</code> to display package name.</li> </ul> <h2>v67.3.1</h2> <p>Misc ^^^^</p> <ul> <li><a href="https://github-redirect.dependabot.com/pypa/setuptools/issues/3823">#3823</a>: Fixes <code>egg_info</code> code path triggered during integration with <code>pip</code>.</li> </ul> <h2>v67.3.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools/commit/c98d401ab7003e1bdb0d7db965aeec3c67b59ce4"><code>c98d401</code></a> Bump version: 67.4.0 → 67.5.0</li> <li><a href="https://github.com/pypa/setuptools/commit/c446a0644e5046d59069daa5802dca0719136d88"><code>c446a06</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pypa/setuptools/issues/3843">#3843</a> from pypa/debt/deprecate-pkg_resources</li> <li><a href="https://github.com/pypa/setuptools/commit/eb46a887916a6b7c62d6013e6982941d2f24e4f2"><code>eb46a88</code></a> Add changelog entry.</li> <li><a href="https://github.com/pypa/setuptools/commit/a1aeda391a0c462ea53627bcdf50dd4c0daadaed"><code>a1aeda3</code></a> Deprecate pkg_resources, removing excuse that 'discouraged is not deprecated'.</li> <li><a href="https://github.com/pypa/setuptools/commit/f04a29aafff0778d2daf9276faf31455e6f791ac"><code>f04a29a</code></a> Use renamed extension. Fixes <a href="https://github-redirect.dependabot.com/pypa/setuptools/issues/3844">#3844</a>.</li> <li><a href="https://github.com/pypa/setuptools/commit/b495362b11e240ffcc203c445e5c0e42c607bb23"><code>b495362</code></a> ⚫ Fade to black.</li> <li><a href="https://github.com/pypa/setuptools/commit/9022a215459137d8bd9446d995c0dd159079a2b2"><code>9022a21</code></a> Merge <a href="https://github.com/jaraco/skeleton">https://github.com/jaraco/skeleton</a></li> <li><a href="https://github.com/pypa/setuptools/commit/c34b82735c1a9c8707bea00705ae2f621bf4c24d"><code>c34b827</code></a> Bump version: 67.3.3 → 67.4.0</li> <li><a href="https://github.com/pypa/setuptools/commit/f4a74297682a0b15eb017790d3dc282ef67e99f0"><code>f4a7429</code></a> Update vendored importlib-* (<a href="https://github-redirect.dependabot.com/pypa/setuptools/issues/3832">#3832</a>)</li> <li><a href="https://github.com/pypa/setuptools/commit/5f7816d30d392b832dd33ff64c6d8e88e7db3d72"><code>5f7816d</code></a> Add news fragment</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v65.3.0...v67.5.0">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 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