Skip to content

Commit 36ddc68

Browse files
Bump setuptools from 77.0.1 to 78.0.2 (#10621)
Bumps [setuptools](https://github.com/pypa/setuptools) from 77.0.1 to 78.0.2. <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>v78.0.2</h1> <h2>Bugfixes</h2> <ul> <li>Postponed removals of deprecated dash-separated and uppercase fields in <code>setup.cfg</code>. All packages with deprecated configurations are advised to move before 2026. (<a href="https://redirect.github.com/pypa/setuptools/issues/4911">#4911</a>)</li> </ul> <h1>v78.0.1</h1> <h2>Misc</h2> <ul> <li><a href="https://redirect.github.com/pypa/setuptools/issues/4909">#4909</a></li> </ul> <h1>v78.0.0</h1> <h2>Bugfixes</h2> <ul> <li>Reverted distutils changes that broke the monkey patching of command classes. (<a href="https://redirect.github.com/pypa/setuptools/issues/4902">#4902</a>)</li> </ul> <h2>Deprecations and Removals</h2> <ul> <li> <p>Setuptools no longer accepts options containing uppercase or dash characters in <code>setup.cfg</code>. Please ensure to write the options in <code>setup.cfg</code> using the :wiki:<code>lower_snake_case &lt;Snake_case&gt;</code> convention (e.g. <code>Name =&gt; name</code>, <code>install-requires =&gt; install_requires</code>). This is a follow-up on deprecations introduced in <code>v54.1.0 &lt;https://setuptools.pypa.io/en/latest/history.html#v54-1-0&gt;</code>_ (see <a href="https://redirect.github.com/pypa/setuptools/issues/1608">#1608</a>) and <code>v54.1.1 &lt;https://setuptools.pypa.io/en/latest/history.html#v54-1-1&gt;</code>_ (see <a href="https://redirect.github.com/pypa/setuptools/issues/2592">#2592</a>).</p> <p>.. note:: This change <em>does not affect configurations in</em> <code>pyproject.toml</code> (which uses the :wiki:<code>lower-kebab-case &lt;Letter_case#Kebab_case&gt;</code> convention following the precedent set in :pep:<code>517</code>/:pep:<code>518</code>). (<a href="https://redirect.github.com/pypa/setuptools/issues/4870">#4870</a>)</p> </li> </ul> <h2>Misc</h2> <ul> <li><a href="https://redirect.github.com/pypa/setuptools/issues/4904">#4904</a></li> </ul> <p>v77.0.3</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools/commit/3c88de1c62420c1e0161f48e34af6424ac009aa5"><code>3c88de1</code></a> Bump version: 78.0.1 → 78.0.2</li> <li><a href="https://github.com/pypa/setuptools/commit/a219451f7354816fe479cf2b0fd5bc47de0a57ee"><code>a219451</code></a> Revert removals introduced in <code>v78.0.0</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4911">#4911</a>)</li> <li><a href="https://github.com/pypa/setuptools/commit/d4326dd6896caa87dbf928610fa160a536b69323"><code>d4326dd</code></a> Allow PyPy to fail on CI.</li> <li><a href="https://github.com/pypa/setuptools/commit/92e22dd5765b54e1ce7c9f25c419371e666b15dc"><code>92e22dd</code></a> Manually remove file to try to stop flaky tests on PyPy</li> <li><a href="https://github.com/pypa/setuptools/commit/caa48ab040420be2885e9d2a14ce6615bd17f992"><code>caa48ab</code></a> Add news fragment</li> <li><a href="https://github.com/pypa/setuptools/commit/4e9b8caec323aba5b2b3764ef97018a8b1596a4b"><code>4e9b8ca</code></a> Revert removals introduced in v78.0.0</li> <li><a href="https://github.com/pypa/setuptools/commit/5450f57f1cefa44c961fb50fc18e9826c95a5d59"><code>5450f57</code></a> Bump version: 78.0.0 → 78.0.1</li> <li><a href="https://github.com/pypa/setuptools/commit/f3d0b10f20356a63d03de2043322a54c84ff7ee1"><code>f3d0b10</code></a> Temporarily remove <code>requests</code> from integration tests (<a href="https://redirect.github.com/pypa/setuptools/issues/4909">#4909</a>)</li> <li><a href="https://github.com/pypa/setuptools/commit/54b4c79bf40099bac3f5005352215acdbcd12e17"><code>54b4c79</code></a> Add news fragment</li> <li><a href="https://github.com/pypa/setuptools/commit/e771c64c613f148b9b46f45acf00955093dce4c2"><code>e771c64</code></a> Temporarily remove 'requests' from integration tests</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v77.0.1...v78.0.2">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=77.0.1&new-version=78.0.2)](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 5ab15a5 commit 36ddc68

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==77.0.1
287+
setuptools==78.0.2
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==77.0.1
278+
setuptools==78.0.2
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==77.0.1
79+
setuptools==78.0.2
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==77.0.1
72+
setuptools==78.0.2
7373
# via incremental

0 commit comments

Comments
 (0)