Skip to content

Commit 567e0ee

Browse files
Bump setuptools from 80.3.1 to 80.4.0 (#10852)
Bumps [setuptools](https://github.com/pypa/setuptools) from 80.3.1 to 80.4.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.4.0</h1> <h2>Features</h2> <ul> <li>Simplified the error reporting in editable installs. (<a href="https://redirect.github.com/pypa/setuptools/issues/4984">#4984</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools/commit/a82f96dc43cbfb9968b100256cb50702becd614e"><code>a82f96d</code></a> Bump version: 80.3.1 → 80.4.0</li> <li><a href="https://github.com/pypa/setuptools/commit/aa4bdf8281e7d4e716abcff7ad2a916e0f05e27b"><code>aa4bdf8</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4985">#4985</a> from pypa/feature/user-focused-editable-installs</li> <li><a href="https://github.com/pypa/setuptools/commit/af2f2baf5b4ee81ed45a003070d68badf3f10b11"><code>af2f2ba</code></a> Add news fragment.</li> <li><a href="https://github.com/pypa/setuptools/commit/bcc23a221e4d811bd37f5fe73d08f4013890cfb0"><code>bcc23a2</code></a> Implement the editable debugging tips as a reference to the docs.</li> <li><a href="https://github.com/pypa/setuptools/commit/aa911c6db2c10c5ac022afaa8d6da1e6c5688524"><code>aa911c6</code></a> By default, provide a much more concise error message.</li> <li>See full diff in <a href="https://github.com/pypa/setuptools/compare/v80.3.1...v80.4.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.3.1&new-version=80.4.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 0e9eccb commit 567e0ee

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
@@ -296,7 +296,7 @@ zlib-ng==0.5.1
296296
# The following packages are considered to be unsafe in a requirements file:
297297
pip==25.1.1
298298
# via pip-tools
299-
setuptools==80.3.1
299+
setuptools==80.4.0
300300
# via
301301
# incremental
302302
# pip-tools

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ zlib-ng==0.5.1
287287
# The following packages are considered to be unsafe in a requirements file:
288288
pip==25.1.1
289289
# via pip-tools
290-
setuptools==80.3.1
290+
setuptools==80.4.0
291291
# via
292292
# incremental
293293
# 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.3.1
79+
setuptools==80.4.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.3.1
72+
setuptools==80.4.0
7373
# via incremental

0 commit comments

Comments
 (0)