Skip to content

Commit 383323d

Browse files
Bump setuptools from 80.7.1 to 80.8.0 (#10920)
Bumps [setuptools](https://github.com/pypa/setuptools) from 80.7.1 to 80.8.0. <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> </blockquote> </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>See full diff in <a href="https://github.com/pypa/setuptools/compare/v80.7.1...v80.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=setuptools&package-manager=pip&previous-version=80.7.1&new-version=80.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 761a16c commit 383323d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ zlib-ng==0.5.1
300300
# The following packages are considered to be unsafe in a requirements file:
301301
pip==25.1.1
302302
# via pip-tools
303-
setuptools==80.7.1
303+
setuptools==80.8.0
304304
# via
305305
# incremental
306306
# pip-tools

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ zlib-ng==0.5.1
291291
# The following packages are considered to be unsafe in a requirements file:
292292
pip==25.1.1
293293
# via pip-tools
294-
setuptools==80.7.1
294+
setuptools==80.8.0
295295
# via
296296
# incremental
297297
# pip-tools

requirements/doc-spelling.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ urllib3==2.4.0
7676
# via requests
7777

7878
# The following packages are considered to be unsafe in a requirements file:
79-
setuptools==80.7.1
79+
setuptools==80.8.0
8080
# via incremental

requirements/doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ urllib3==2.4.0
6969
# via requests
7070

7171
# The following packages are considered to be unsafe in a requirements file:
72-
setuptools==80.7.1
72+
setuptools==80.8.0
7373
# via incremental

0 commit comments

Comments
 (0)