Skip to content

Commit

Permalink
chore(deps): Update setuptools requirement from ~=74.1.2 to ~=75.0.0 …
Browse files Browse the repository at this point in the history
…in /packages/@jsii/python-runtime (#4643)

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>v75.0.0</h1>
<h2>Features</h2>
<ul>
<li>Declare also the dependencies used by distutils (adds jaraco.collections).</li>
</ul>
<h2>Deprecations and Removals</h2>
<ul>
<li>Removed upload_docs command. (<a href="https://redirect.github.com/pypa/setuptools/issues/2971">#2971</a>)</li>
<li><code>pypa/distutils#294</code><a href="https://redirect.github.com/pypa/setuptools/issues/4649">#4649</a>)</li>
</ul>
<h1>v74.1.3</h1>
<h2>Bugfixes</h2>
<ul>
<li>Fix cross-platform compilation using <code>distutils._msvccompiler.MSVCCompiler</code> -- by :user:<code>saschanaz</code> and :user:<code>Avasam</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4648">#4648</a>)</li>
</ul>
<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>
<h1>v74.1.1</h1>
<h2>Bugfixes</h2>
<ul>
<li>Fixed TypeError in <code>msvc.EnvironmentInfo.return_env</code> when no runtime redistributables are installed. (<a href="https://redirect.github.com/pypa/setuptools/issues/1902">#1902</a>)</li>
</ul>
<h1>v74.1.0</h1>
<h2>Features</h2>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pypa/setuptools/commit/5e27b2a6e324e70bd82a045aef8f75c84a3d3b28"><code>5e27b2a</code></a> Bump version: 74.1.3 → 75.0.0</li>
<li><a href="https://github.com/pypa/setuptools/commit/af9e245b57ef78fce03c7e28a0189388d8e4de18"><code>af9e245</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4649">#4649</a> from pypa/feature/distutils-7283751</li>
<li><a href="https://github.com/pypa/setuptools/commit/f15861e3ae2fb8a74efc528fa25754c329090611"><code>f15861e</code></a> Add news fragment.</li>
<li><a href="https://github.com/pypa/setuptools/commit/ce01828b6894c4597609da54fd343ea1aabfec84"><code>ce01828</code></a> Merge <a href="https://github.com/pypa/distutils">https://github.com/pypa/distutils</a> into feature/distutils-7283751</li>
<li><a href="https://github.com/pypa/setuptools/commit/378984e02edae91d5f49425da8436f8dd9152b8a"><code>378984e</code></a> Remove news fragments, not useful here.</li>
<li><a href="https://github.com/pypa/setuptools/commit/ffdf0bd160ebf6acc1a0790ec1cb72d7da8968c4"><code>ffdf0bd</code></a> Merge tag 'v74.1.3'</li>
<li><a href="https://github.com/pypa/setuptools/commit/4c274911c59dd0161303d6cb991ec2a621ce1fb9"><code>4c27491</code></a> Bump version: 74.1.2 → 74.1.3</li>
<li><a href="https://github.com/pypa/setuptools/commit/a56a8f9cb798eec1c023242db15a7b3e27c72911"><code>a56a8f9</code></a> Fix cross-platform compilation using <code>distutils._msvccompiler.MSVCCompiler</code>.</li>
<li><a href="https://github.com/pypa/setuptools/commit/72837514c2b67081401db556be9aaaa43debe44f"><code>7283751</code></a> cygwinccompiler: Get the compilers from sysconfig</li>
<li><a href="https://github.com/pypa/setuptools/commit/47353c5c699024429d353b7ae47af5406cac46c2"><code>47353c5</code></a> Fix cross-platform compilation using <code>distutils._msvccompiler.MSVCCompiler</code></li>
<li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v74.1.2...v75.0.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>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 343ecdd commit 5363c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@jsii/python-runtime/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mypy==1.11.2
pip~=24.2
pytest~=8.3
pytest-mypy~=0.10
setuptools~=74.1.2
setuptools~=75.0.0
types-python-dateutil~=2.9
wheel~=0.44

Expand Down

0 comments on commit 5363c46

Please sign in to comment.