Skip to content

Commit 1b96586

Browse files
Bump setuptools from 76.0.0 to 76.1.0 (#10591)
Bumps [setuptools](https://github.com/pypa/setuptools) from 76.0.0 to 76.1.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.1.0</h1> <h2>Features</h2> <ul> <li>In setuptools.msvc.EnvironmentInfo, now honor the correct paths when on an ARM host. (<a href="https://redirect.github.com/pypa/setuptools/issues/4786">#4786</a>)</li> </ul> <h2>Bugfixes</h2> <ul> <li>Restored implicit distutils.ccompiler import for g-ir-scanner. (<a href="https://redirect.github.com/pypa/setuptools/issues/4871">#4871</a>)</li> <li>Restore <code>distutils.ccompiler.compiler_class</code> -- by :user:<code>Avasam</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4876">#4876</a>)</li> </ul> <h1>v75.3.2</h1> <ul> <li>Fixed version error in changelog.</li> </ul> <h1>v75.3.1</h1> <h2>Bugfixes</h2> <ul> <li>Fix wheel file naming to follow binary distribution specification -- by :user:<code>di</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4877">#4877</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools/commit/07e96b107adb799a754122e49701c73dc34fbabe"><code>07e96b1</code></a> Bump version: 76.0.0 → 76.1.0</li> <li><a href="https://github.com/pypa/setuptools/commit/3018692baac909355c46f9e8724845c72f6ca7e2"><code>3018692</code></a> Fix reference in changelog.</li> <li><a href="https://github.com/pypa/setuptools/commit/aeefe34600bec7f156ed105ace57d145a6ea3879"><code>aeefe34</code></a> Merge <a href="https://github.com/pypa/distutils">https://github.com/pypa/distutils</a></li> <li><a href="https://github.com/pypa/setuptools/commit/6c0427b8e8870ab33872b15ae12ad0685061b2c0"><code>6c0427b</code></a> Merge pull request <a href="https://redirect.github.com/pypa/distutils/issues/337">pypa/distutils#337</a> from Avasam/add-back-compiler.compiler_...</li> <li><a href="https://github.com/pypa/setuptools/commit/408274b81b15e3e10a99a3067d3dc00753a06124"><code>408274b</code></a> Restore missing public symbols after compilers move</li> <li><a href="https://github.com/pypa/setuptools/commit/b6a539a7620880b9ea41102983e1ab6a2ca2ef29"><code>b6a539a</code></a> Restore implicit expectation that importing unixccompiler makes distutils.cco...</li> <li><a href="https://github.com/pypa/setuptools/commit/a36b7bac0a8ba62bf90a3d71a992ba7e3839583c"><code>a36b7ba</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4786">#4786</a> from swt2c/fix_msvc_host_dir_arm64</li> <li><a href="https://github.com/pypa/setuptools/commit/5b66977169135a986f87d96a7df49a2378192203"><code>5b66977</code></a> Add news fragment.</li> <li><a href="https://github.com/pypa/setuptools/commit/3218d666e49245b0878db8b19ba20d8cd72d6424"><code>3218d66</code></a> Calculate host_id in one expression.</li> <li><a href="https://github.com/pypa/setuptools/commit/d69bf04f749a310bef197df3237901b924c8ffd7"><code>d69bf04</code></a> Merge failing test into fix_msvc_host_dir_arm64.</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v76.0.0...v76.1.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=76.0.0&new-version=76.1.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 dcd08b5 commit 1b96586

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
@@ -284,7 +284,7 @@ yarl==1.18.3
284284
# The following packages are considered to be unsafe in a requirements file:
285285
pip==25.0.1
286286
# via pip-tools
287-
setuptools==76.0.0
287+
setuptools==76.1.0
288288
# via
289289
# incremental
290290
# pip-tools

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ yarl==1.18.3
275275
# The following packages are considered to be unsafe in a requirements file:
276276
pip==25.0.1
277277
# via pip-tools
278-
setuptools==76.0.0
278+
setuptools==76.1.0
279279
# via
280280
# incremental
281281
# 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.3.0
7676
# via requests
7777

7878
# The following packages are considered to be unsafe in a requirements file:
79-
setuptools==76.0.0
79+
setuptools==76.1.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.3.0
6969
# via requests
7070

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

0 commit comments

Comments
 (0)