Skip to content

Update setuptools requirement from ~=72.1.0 to ~=72.2.0#34

Merged
DefinetlyNotAI merged 1 commit intomainfrom
dependabot/pip/setuptools-approx-eq-72.2.0
Aug 14, 2024
Merged

Update setuptools requirement from ~=72.1.0 to ~=72.2.0#34
DefinetlyNotAI merged 1 commit intomainfrom
dependabot/pip/setuptools-approx-eq-72.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2024

Updates the requirements on setuptools to permit the latest version.

Changelog

Sourced from setuptools's changelog.

v72.2.0

Features

v72.1.0

Features

  • Restore the tests command and deprecate access to the module. (#4519) (#4520)

v72.0.0

Deprecations and Removals

  • The test command has been removed. Users relying on 'setup.py test' will need to migrate to another test runner or pin setuptools before this version. (#931)

v71.1.0

Features

  • Added return types to typed public functions -- by :user:Avasam

    Marked pkg_resources as py.typed -- by :user:Avasam (#4409)

Misc

v71.0.4

Bugfixes

... (truncated)

Commits

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 commands and options

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)

Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v72.1.0...v72.2.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type/Dependencies Pull requests that update a dependency file label Aug 14, 2024
@DefinetlyNotAI DefinetlyNotAI self-assigned this Aug 14, 2024
@DefinetlyNotAI DefinetlyNotAI merged commit 3e0dc74 into main Aug 14, 2024
@dependabot dependabot bot deleted the dependabot/pip/setuptools-approx-eq-72.2.0 branch August 14, 2024 12:12
DefinetlyNotAI added a commit that referenced this pull request Sep 18, 2025
Updates the requirements on
[setuptools](https://github.com/pypa/setuptools) to permit the latest
version.
<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>v72.2.0</h1>
<h2>Features</h2>
<ul>
<li><code>pypa/distutils#272</code><a
href="https://redirect.github.com/pypa/distutils/issues/237">pypa/distutils#237</a><code>pypa/distuils#228</code><a
href="https://redirect.github.com/pypa/setuptools/issues/4538">#4538</a>)</li>
</ul>
<h1>v72.1.0</h1>
<h2>Features</h2>
<ul>
<li>Restore the tests command and deprecate access to the module. (<a
href="https://redirect.github.com/pypa/setuptools/issues/4519">#4519</a>)
(<a
href="https://redirect.github.com/pypa/setuptools/issues/4520">#4520</a>)</li>
</ul>
<h1>v72.0.0</h1>
<h2>Deprecations and Removals</h2>
<ul>
<li>The test command has been removed. Users relying on 'setup.py test'
will need to migrate to another test runner or pin setuptools before
this version. (<a
href="https://redirect.github.com/pypa/setuptools/issues/931">#931</a>)</li>
</ul>
<h1>v71.1.0</h1>
<h2>Features</h2>
<ul>
<li>
<p>Added return types to typed public functions -- by
:user:<code>Avasam</code></p>
<p>Marked <code>pkg_resources</code> as <code>py.typed</code> -- by
:user:<code>Avasam</code> (<a
href="https://redirect.github.com/pypa/setuptools/issues/4409">#4409</a>)</p>
</li>
</ul>
<h2>Misc</h2>
<ul>
<li><a
href="https://redirect.github.com/pypa/setuptools/issues/4492">#4492</a></li>
</ul>
<h1>v71.0.4</h1>
<h2>Bugfixes</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/setuptools/commit/76942cfe9ab14b6d30eac50b9b3dff8cc9241b76"><code>76942cf</code></a>
Bump version: 72.1.0 → 72.2.0</li>
<li><a
href="https://github.com/pypa/setuptools/commit/780a782ccec6724fcec3f36de120fac07cb1fbba"><code>780a782</code></a>
Correct reference in news fragment. Ref <a
href="https://redirect.github.com/pypa/setuptools/issues/4539">#4539</a></li>
<li><a
href="https://github.com/pypa/setuptools/commit/64f10c582fa93b6d25328d5c6d7fa7d7c88dda1e"><code>64f10c5</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/setuptools/issues/4539">#4539</a>
from pypa/feature/distutils-b7ee725f3</li>
<li><a
href="https://github.com/pypa/setuptools/commit/d4ad24b09ed3fdeaef2e7f493e5446898fe5c504"><code>d4ad24b</code></a>
Add news fragment.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/0ab156c3e12054503a0dac0ce172e241262881f4"><code>0ab156c</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/b7ee725f3a5ba336cfca89f55d8a3b7d3bf7d27b"><code>b7ee725</code></a>
Apply isort. Ref <a
href="https://redirect.github.com/pypa/distutils/issues/240">pypa/distutils#240</a></li>
<li><a
href="https://github.com/pypa/setuptools/commit/32e5fea1c5b5e407292494908dfca5d6195e426e"><code>32e5fea</code></a>
Rely on monkeysession to monkeypatch.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/5f79f228c9494886b61bc04f11e3d102e9ed582b"><code>5f79f22</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/distutils/issues/274">pypa/distutils#274</a>
from msys2-contrib/ci-msvc-python-mingw...</li>
<li><a
href="https://github.com/pypa/setuptools/commit/6748224d941e272c8ad6ae81a3c198f0b5f48ba6"><code>6748224</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/distutils/issues/273">pypa/distutils#273</a>
from msys2-contrib/tests-fix-venv_insta...</li>
<li><a
href="https://github.com/pypa/setuptools/commit/1f999b9c92f6850de5b9ba6be249324fed403103"><code>1f999b9</code></a>
Remove unused RangeMap</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/setuptools/compare/v72.1.0...v72.2.0">compare
view</a></li>
</ul>
</details>
<br />


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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type/Dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant