[PR #41] chore(deps-dev): update setuptools requirement from <77,>=65 to >=65,<81 #30

Closed
opened 2026-03-07 19:32:05 +03:00 by kerem · 0 comments
Owner

Original Pull Request: https://github.com/AliAkhtari78/SpotifyScraper/pull/41

State: closed
Merged: Yes


⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Updates the requirements on setuptools to permit the latest version.

Changelog

Sourced from setuptools's changelog.

v80.8.0

Features

  • Replaced more references to pkg_resources with importlib equivalents in wheel odule. (#3085)
  • Restore explicit LICENSE file. (#5001)
  • Removed no longer used build dependency on coherent.licensed. (#5003)

v80.7.1

Bugfixes

  • Only attempt to fetch eggs for unsatisfied requirements. (#4998)
  • In installer, when discovering egg dists, let metadata discovery search each egg. (#4998)

v80.7.0

Features

  • Removed usage of pkg_resources from installer. Set an official deadline on the installer deprecation to 2025-10-31. (#4997)

Misc

v80.6.0

Features

  • Added a build dependency on coherent.licensed to inject the declared license text at build time. (#4981)

Misc

... (truncated)

Commits
  • b3786cd Bump version: 80.7.1 → 80.8.0
  • 9179b75 Merge pull request #5003 from abravalheri/issue-5002
  • 6f937df Merge pull request #5004 from pypa/feature/remove-more-pkg_resources
  • 1bfd8db Add news fragment.
  • 0e19b82 Replace pkg_resources with importlib.metadata and packaging.requirements.
  • 95145dd Extract a method for converting requires.
  • 57d6fcd Add news fragment
  • 62e4793 Comment out unused build dependency
  • ae480ff Restore explicit LICENSE file
  • 12ca018 Bump version: 80.7.0 → 80.7.1
  • 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 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)
**Original Pull Request:** https://github.com/AliAkhtari78/SpotifyScraper/pull/41 **State:** closed **Merged:** Yes --- [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) 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>v80.8.0</h1> <h2>Features</h2> <ul> <li>Replaced more references to pkg_resources with importlib equivalents in wheel odule. (<a href="https://redirect.github.com/pypa/setuptools/issues/3085">#3085</a>)</li> <li>Restore explicit LICENSE file. (<a href="https://redirect.github.com/pypa/setuptools/issues/5001">#5001</a>)</li> <li>Removed no longer used build dependency on <code>coherent.licensed</code>. (<a href="https://redirect.github.com/pypa/setuptools/issues/5003">#5003</a>)</li> </ul> <h1>v80.7.1</h1> <h2>Bugfixes</h2> <ul> <li>Only attempt to fetch eggs for unsatisfied requirements. (<a href="https://redirect.github.com/pypa/setuptools/issues/4998">#4998</a>)</li> <li>In installer, when discovering egg dists, let metadata discovery search each egg. (<a href="https://redirect.github.com/pypa/setuptools/issues/4998">#4998</a>)</li> </ul> <h1>v80.7.0</h1> <h2>Features</h2> <ul> <li>Removed usage of pkg_resources from installer. Set an official deadline on the installer deprecation to 2025-10-31. (<a href="https://redirect.github.com/pypa/setuptools/issues/4997">#4997</a>)</li> </ul> <h2>Misc</h2> <ul> <li><a href="https://redirect.github.com/pypa/setuptools/issues/4996">#4996</a></li> </ul> <h1>v80.6.0</h1> <h2>Features</h2> <ul> <li>Added a build dependency on coherent.licensed to inject the declared license text at build time. (<a href="https://redirect.github.com/pypa/setuptools/issues/4981">#4981</a>)</li> </ul> <h2>Misc</h2> <ul> <li><a href="https://redirect.github.com/pypa/setuptools/issues/4995">#4995</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools/commit/b3786cd9b59576907e671d8b22b66c73cfed5dc6"><code>b3786cd</code></a> Bump version: 80.7.1 → 80.8.0</li> <li><a href="https://github.com/pypa/setuptools/commit/9179b7597589713ce565b9f7ba0cc8831a1303a4"><code>9179b75</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/5003">#5003</a> from abravalheri/issue-5002</li> <li><a href="https://github.com/pypa/setuptools/commit/6f937df223c38eed24645ca32ba71091032c1c18"><code>6f937df</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/5004">#5004</a> from pypa/feature/remove-more-pkg_resources</li> <li><a href="https://github.com/pypa/setuptools/commit/1bfd8db2d6b4f98cfe181d5f0854f19f1aa27c22"><code>1bfd8db</code></a> Add news fragment.</li> <li><a href="https://github.com/pypa/setuptools/commit/0e19b82062f168f428128d51f7bd12034daebd2b"><code>0e19b82</code></a> Replace pkg_resources with importlib.metadata and packaging.requirements.</li> <li><a href="https://github.com/pypa/setuptools/commit/95145dd0afd94006c158d668bffb1d6ec7f4cacb"><code>95145dd</code></a> Extract a method for converting requires.</li> <li><a href="https://github.com/pypa/setuptools/commit/57d6fcd5854cec806b00ee966b62887d3d13922b"><code>57d6fcd</code></a> Add news fragment</li> <li><a href="https://github.com/pypa/setuptools/commit/62e47935abc3ede4ca5860d0775d70147e6c5635"><code>62e4793</code></a> Comment out unused build dependency</li> <li><a href="https://github.com/pypa/setuptools/commit/ae480ff7c2b40442dc97fff712312549a9ed76e6"><code>ae480ff</code></a> Restore explicit LICENSE file</li> <li><a href="https://github.com/pypa/setuptools/commit/12ca0186ba7d9bf387d65400bb05205d0bcf9e56"><code>12ca018</code></a> Bump version: 80.7.0 → 80.7.1</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v69.0.0...v80.8.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 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>
kerem 2026-03-07 19:32:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SpotifyScraper#30
No description provided.