generated from nataliagranato/LINUXtips-PICK
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit 42e6f24
authored
chore(deps): Bump setuptools from 70.0.0 to 78.1.0 in /distroless (#29)
Bumps [setuptools](https://github.com/pypa/setuptools) from 70.0.0 to
78.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>v78.1.0</h1>
<h2>Features</h2>
<ul>
<li>Restore access to _get_vc_env with a warning. (<a
href="https://redirect.github.com/pypa/setuptools/issues/4874">#4874</a>)</li>
</ul>
<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 <Snake_case></code> convention
(e.g. <code>Name => name</code>, <code>install-requires =>
install_requires</code>).
This is a follow-up on deprecations introduced in
<code>v54.1.0
<https://setuptools.pypa.io/en/latest/history.html#v54-1-0></code>_
(see <a
href="https://redirect.github.com/pypa/setuptools/issues/1608">#1608</a>)
and
<code>v54.1.1
<https://setuptools.pypa.io/en/latest/history.html#v54-1-1></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
<Letter_case#Kebab_case></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>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/setuptools/commit/6ead555c5fb29bc57fe6105b1bffc163f56fd558"><code>6ead555</code></a>
Bump version: 78.0.2 → 78.1.0</li>
<li><a
href="https://github.com/pypa/setuptools/commit/d37cd9ede4c0b529f4239d0c1e26c2a5996131c4"><code>d37cd9e</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/efa2eb231c82f6630468ad358cfe4b65a013b690"><code>efa2eb2</code></a>
Restore access to _get_vc_env with a warning.</li>
<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>Additional commits viewable in <a
href="https://github.com/pypa/setuptools/compare/v70.0.0...v78.1.0">compare
view</a></li>
</ul>
</details>
<br />
[](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>1 file changed
+1
-1
lines changedDiff for: distroless/requirements.txt
Copy file name to clipboard+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
|
0 commit comments