Skip to content

Commit

Permalink
Bump setuptools from 75.8.2 to 76.0.0 (#10532)
Browse files Browse the repository at this point in the history
Bumps [setuptools](https://github.com/pypa/setuptools) from 75.8.2 to
76.0.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>v76.0.0</h1>
<h2>Deprecations and Removals</h2>
<ul>
<li>Synced with pypa/distutils@5589d7527 including a simplified shebang
generation when building scripts (<a
href="https://github.com/pypa/setuptools/issues/4863">#4863</a>).
(<a
href="https://github.com/pypa/setuptools/issues/4865">#4865</a>)</li>
</ul>
<h1>v75.9.1</h1>
<h2>Bugfixes</h2>
<ul>
<li>Fix ImportError in distutils when configuring for linking. (<a
href="https://github.com/pypa/setuptools/issues/4866">#4866</a>)</li>
</ul>
<h1>v75.9.0</h1>
<h2>Features</h2>
<ul>
<li><code>pypa/distutils#327</code><a
href="https://github.com/pypa/setuptools/issues/4852">#4852</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/setuptools/commit/c11a4940deba04a6f8f8e1410686116f587f6f70"><code>c11a494</code></a>
Bump version: 75.9.1 → 76.0.0</li>
<li><a
href="https://github.com/pypa/setuptools/commit/427babbd960fac659167061b9a030c3041112107"><code>427babb</code></a>
Merge pull request <a
href="https://github.com/pypa/setuptools/issues/4865">#4865</a>
from pypa/feature/distutils-5589d7527</li>
<li><a
href="https://github.com/pypa/setuptools/commit/7530d69a8decc3fac377e361f17d00c0878cd6ea"><code>7530d69</code></a>
Bump version: 75.9.0 → 75.9.1</li>
<li><a
href="https://github.com/pypa/setuptools/commit/d8620a8a8d1ce9648716cf3379718a257d721530"><code>d8620a8</code></a>
Merge pull request <a
href="https://github.com/pypa/setuptools/issues/4867">#4867</a>
from pypa/bugfix/distutils-6d7cc0ff9</li>
<li><a
href="https://github.com/pypa/setuptools/commit/7cff740272fcb99ef1f7c17cc074029acaa9ca42"><code>7cff740</code></a>
Add news fragment.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/149a28a70b02b724b72cf16a9b44db36d347e06b"><code>149a28a</code></a>
Merge commit '6d7cc0ff9' into bugfix/distutils-6d7cc0ff9</li>
<li><a
href="https://github.com/pypa/setuptools/commit/6d7cc0ff91349ce0a9d3b5902a93302d0073d7b0"><code>6d7cc0f</code></a>
In config command, move to eager imports. Restore LinkError to
ccompilers mod...</li>
<li><a
href="https://github.com/pypa/setuptools/commit/5cc292799ced115f6404b65d59eed0e629741bd7"><code>5cc2927</code></a>
Add news fragment.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/c7e97a0012edcd583001336268bb18fb985bce1e"><code>c7e97a0</code></a>
Merge with pypa/distutils@5589d7527</li>
<li><a
href="https://github.com/pypa/setuptools/commit/0cffd6186ecc7b76d8544a099473cc262b9335f3"><code>0cffd61</code></a>
Bump version: 75.8.2 → 75.9.0</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/setuptools/compare/v75.8.2...v76.0.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=75.8.2&new-version=76.0.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 10, 2025
1 parent 6d205da commit 4399a6c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ yarl==1.18.3
# The following packages are considered to be unsafe in a requirements file:
pip==25.0.1
# via pip-tools
setuptools==75.8.2
setuptools==76.0.0
# via
# incremental
# pip-tools
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ yarl==1.18.3
# The following packages are considered to be unsafe in a requirements file:
pip==25.0.1
# via pip-tools
setuptools==75.8.2
setuptools==76.0.0
# via
# incremental
# pip-tools
2 changes: 1 addition & 1 deletion requirements/doc-spelling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ urllib3==2.3.0
# via requests

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.8.2
setuptools==76.0.0
# via incremental
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ urllib3==2.3.0
# via requests

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.8.2
setuptools==76.0.0
# via incremental

0 comments on commit 4399a6c

Please # to comment.