Skip to content

Commit 9ba0687

Browse files
Bump setuptools from 75.8.2 to 76.0.0 in the python-root group (#1258)
Bumps the python-root group with 1 update: [setuptools](https://github.com/pypa/setuptools). Updates `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://redirect.github.com/pypa/setuptools/issues/4863">#4863</a>). (<a href="https://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c688cd1 commit 9ba0687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ isort==6.0.1
55
build==1.2.2.post1
66
twine==6.1.0
77
wheel==0.45.1
8-
setuptools==75.8.2
8+
setuptools==76.0.0
99
protobuf==5.29.3
1010
setuptools_scm[toml]>=6.2

0 commit comments

Comments
 (0)