Skip to content

Commit

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

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.3.0</h1>
<h2>Features</h2>
<ul>
<li>Allowed using <code>dict</code> as an ordered type in <code>setuptools.dist.check_requirements</code> -- by :user:<code>Avasam</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4575">#4575</a>)</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>Ensured methods in <code>setuptools.modified</code> preferably raise a consistent
<code>distutils.errors.DistutilsError</code> type
(except in the deprecated use case of <code>SETUPTOOLS_USE_DISTUTILS=stdlib</code>)
-- by :user:<code>Avasam</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4567">#4567</a>)</li>
<li>Fix the ABI tag when building a wheel using the debug build of Python 3.13 on Windows. Previously, the ABI tag was missing the <code>&quot;d&quot;</code> flag. (<a href="https://redirect.github.com/pypa/setuptools/issues/4674">#4674</a>)</li>
<li>Fix clashes for <code>optional-dependencies</code> in <code>pyproject.toml</code> and
<code>extra_requires</code> in <code>setup.cfg/setup.py</code>.
As per PEP 621, <code>optional-dependencies</code> have to be honoured and dynamic
behaviour is not allowed. (<a href="https://redirect.github.com/pypa/setuptools/issues/4696">#4696</a>)</li>
</ul>
<h2>Misc</h2>
<ul>
<li><a href="https://redirect.github.com/pypa/setuptools/issues/4560">#4560</a></li>
</ul>
<h1>v75.2.0</h1>
<h2>Features</h2>
<ul>
<li>Made errors when parsing <code>Distribution</code> data more explicit about the expected type (<code>tuple[str, ...] | list[str]</code>) -- by :user:<code>Avasam</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4578">#4578</a>)</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>Fix a <code>TypeError</code> when a <code>Distribution</code>'s old included attribute was a <code>tuple</code> -- by :user:<code>Avasam</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4578">#4578</a>)</li>
<li>Add workaround for <code>bdist_wheel --dist-info-dir</code> errors
when customisation does not inherit from setuptools. (<a href="https://redirect.github.com/pypa/setuptools/issues/4684">#4684</a>)</li>
</ul>
<h1>v75.1.1</h1>
<p>Bugfixes</p>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pypa/setuptools/commit/d8da7dfaa0cef4a69ee21d9406391651c4dc5ce4"><code>d8da7df</code></a> Bump version: 75.2.0 → 75.3.0</li>
<li><a href="https://github.com/pypa/setuptools/commit/a21c7fab9985c48e6f37e0e375ef1797647c98c0"><code>a21c7fa</code></a> Fix grammar in news fragment</li>
<li><a href="https://github.com/pypa/setuptools/commit/a9a79e70a7b78b4d4257a55c96201d25964a7bed"><code>a9a79e7</code></a> Fix wheel ABI tag for debug Python 3.13 on Windows (<a href="https://redirect.github.com/pypa/setuptools/issues/4676">#4676</a>)</li>
<li><a href="https://github.com/pypa/setuptools/commit/0bc324806ce62e93fcbcf9d3f1b018f85176da52"><code>0bc3248</code></a> Merge simple type annotations from typeshed (<a href="https://redirect.github.com/pypa/setuptools/issues/4504">#4504</a>)</li>
<li><a href="https://github.com/pypa/setuptools/commit/1155ca8001fb1619714dc5d6e4f1344803106697"><code>1155ca8</code></a> Fix wheel ABI tag for debug Python 3.13 on Windows</li>
<li><a href="https://github.com/pypa/setuptools/commit/1ca55c9e287d771b1fd20165c2443a3687b839d1"><code>1ca55c9</code></a> Workaround for clash between <code>ruff</code> in <code>pre-commit</code> hook and <code>pytest-ruff</code> (#...</li>
<li><a href="https://github.com/pypa/setuptools/commit/c498d162e7501165fb8415fec4ed3282b2f04af9"><code>c498d16</code></a> Satisfy ruff linter - automatic fix</li>
<li><a href="https://github.com/pypa/setuptools/commit/1f92af5201ebffcf4c7107f9d9dfcc687e57e2cc"><code>1f92af5</code></a> Sync pre-commit-hook with version of ruff that gets automatically pulled in t...</li>
<li><a href="https://github.com/pypa/setuptools/commit/a39336ba37c50695f5a57be20d8452e46a4ceb10"><code>a39336b</code></a> Ruff: enable all pyflakes and perf rules (<a href="https://redirect.github.com/pypa/setuptools/issues/4556">#4556</a>)</li>
<li><a href="https://github.com/pypa/setuptools/commit/e5f16a2a990ff18cdef27a22b742f97444867186"><code>e5f16a2</code></a> bump jaraco.test to py.typed version 5.5 in test extra (<a href="https://redirect.github.com/pypa/setuptools/issues/4651">#4651</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v75.2.0...v75.3.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 Nov 4, 2024
1 parent b6c786e commit 48ebb47
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.13.0
pip~=24.3
pytest~=8.3
pytest-mypy~=0.10
setuptools~=75.2.0
setuptools~=75.3.0
types-python-dateutil~=2.9
wheel~=0.44

Expand Down

0 comments on commit 48ebb47

Please sign in to comment.