Skip to content

Commit

Permalink
Bump setuptools from 74.1.1 to 74.1.2 (#9022)
Browse files Browse the repository at this point in the history
Bumps [setuptools](https://github.com/pypa/setuptools) from 74.1.1 to
74.1.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>v74.1.2</h1>
<h2>Bugfixes</h2>
<ul>
<li>Fixed TypeError in sdist filelist processing by adding support for
pathlib Paths for the build_base. (<a
href="https://redirect.github.com/pypa/setuptools/issues/4615">#4615</a>)</li>
<li>Removed degraded and deprecated <code>test_integration</code>
(easy_install) from the test suite. (<a
href="https://redirect.github.com/pypa/setuptools/issues/4632">#4632</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/setuptools/commit/3b2ef1e72a704d7a2528408c190b39ed71560341"><code>3b2ef1e</code></a>
Removed test_integration tests (for easy_install).</li>
<li><a
href="https://github.com/pypa/setuptools/commit/c484f9edb936049cf5958a7ce004b18a74158c13"><code>c484f9e</code></a>
Bump version: 74.1.1 → 74.1.2</li>
<li><a
href="https://github.com/pypa/setuptools/commit/d8933c5be225137916cf459e0f34a148aa69fd84"><code>d8933c5</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/setuptools/issues/4630">#4630</a>
from pypa/bugfix/4615</li>
<li><a
href="https://github.com/pypa/setuptools/commit/a07de2b9364d5aa618c78c3ad60312963abfa7ba"><code>a07de2b</code></a>
Skip test on stdlib distutils</li>
<li><a
href="https://github.com/pypa/setuptools/commit/6bf20d96aaeb3bce0d24a45198be4c9bf286a6b4"><code>6bf20d9</code></a>
Add news fragment.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/9d4b288a2643df4872036d06d6b14f933db8cebc"><code>9d4b288</code></a>
Enable the test</li>
<li><a
href="https://github.com/pypa/setuptools/commit/40ee2212124595a4c036c995705f4e56d9345fca"><code>40ee221</code></a>
Merge <a
href="https://github.com/pypa/distutils">https://github.com/pypa/distutils</a>
into bugfix/4615</li>
<li><a
href="https://github.com/pypa/setuptools/commit/d901698dc01e18b4ebdb04e9a65df98883f7108b"><code>d901698</code></a>
Add test capturing missed expectation.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/91bc99ac821731fc8b594d38c0b5500f8da0819f"><code>91bc99a</code></a>
In sdist.prune_file_list, support build.build_base as a
pathlib.Path.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/971074d4a2f6e222cdbc43ce881586412c7ab8a1"><code>971074d</code></a>
Disable TRY400 so it doesn't cause problems in other branches. Disable
RUF100...</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/setuptools/compare/v74.1.1...v74.1.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=74.1.1&new-version=74.1.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>
  • Loading branch information
dependabot[bot] authored Sep 5, 2024
1 parent ae6b14d commit 07fcf16
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ zipp==3.20.1
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via pip-tools
setuptools==74.1.1
setuptools==74.1.2
# via
# blockdiag
# incremental
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ zipp==3.20.1
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via pip-tools
setuptools==74.1.1
setuptools==74.1.2
# via
# blockdiag
# incremental
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc-spelling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ zipp==3.20.1
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
setuptools==74.1.1
setuptools==74.1.2
# via
# blockdiag
# incremental
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ zipp==3.20.1
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
setuptools==74.1.1
setuptools==74.1.2
# via
# blockdiag
# incremental

0 comments on commit 07fcf16

Please sign in to comment.