Skip to content

Commit

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

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>v68.2.2</h1>
<h2>Bugfixes</h2>
<ul>
<li>Improve backwards compatibility with deprecated CLI practices. (<a href="https://redirect.github.com/pypa/setuptools/issues/4048">#4048</a>)</li>
</ul>
<h1>v68.2.1</h1>
<h2>Bugfixes</h2>
<ul>
<li>Avoid using caching attributes in <code>Distribution.metadata</code> for requirements.
This is done for backwards compatibility with customizations that attempt to
modify <code>install_requires</code> or <code>extras_require</code> at a late point (still not
recommended). (<a href="https://redirect.github.com/pypa/setuptools/issues/4043">#4043</a>)</li>
</ul>
<h2>Misc</h2>
<ul>
<li><a href="https://redirect.github.com/pypa/setuptools/issues/4045">#4045</a></li>
</ul>
<h1>v68.2.0</h1>
<h2>Features</h2>
<ul>
<li>Rework how <code>setuptools</code> internally handles <code>dependencies/install_requires</code>
and <code>optional-dependencies/extras_require</code>. (<a href="https://redirect.github.com/pypa/setuptools/issues/3903">#3903</a>)</li>
<li>Improve the generated <code>PKG-INFO</code> files, by adding <code>Requires-Dist</code> fields.
Previously, these fields would be omitted in favour of a non-standard
<code>*.egg-info/requires.txt</code> file (which is still generated for the time being). (<a href="https://redirect.github.com/pypa/setuptools/issues/3904">#3904</a>)</li>
<li>Improve atomicity when writing <code>PKG-INFO</code> files to avoid race
conditions with <code>importlib.metadata</code>. (<a href="https://redirect.github.com/pypa/setuptools/issues/3904">#3904</a>)</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>Fix the name given to the <code>*-nspkg.pth</code> files in editable installs,
ensuring they are unique per distribution. (<a href="https://redirect.github.com/pypa/setuptools/issues/4041">#4041</a>)</li>
<li>Workaround some limitations on <code>pkg_resources</code>-style legacy namespaces in
the meta path finder for editable installations. (<a href="https://redirect.github.com/pypa/setuptools/issues/4041">#4041</a>)</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pypa/setuptools/commit/2255e6366c70b9813d115ae0a0bba329affbd0ac"><code>2255e63</code></a> Bump version: 68.2.1 → 68.2.2</li>
<li><a href="https://github.com/pypa/setuptools/commit/74cc26c644dff92314ea30eac9cd25b29bb635db"><code>74cc26c</code></a> Improve backwards compatibility with deprecated CLI practices (<a href="https://redirect.github.com/pypa/setuptools/issues/4048">#4048</a>)</li>
<li><a href="https://github.com/pypa/setuptools/commit/e3d5edd172da496211d3fedbe44343a549b0f8a3"><code>e3d5edd</code></a> Fix import statement on quickstart guide (<a href="https://redirect.github.com/pypa/setuptools/issues/4049">#4049</a>)</li>
<li><a href="https://github.com/pypa/setuptools/commit/5f29762b9f4933d8b4dfbfd8a2d470d68c8adf1f"><code>5f29762</code></a> fix import statement on quickstart guide</li>
<li><a href="https://github.com/pypa/setuptools/commit/facbb757dbef0641fb12b550f07d1da2edd6ed6a"><code>facbb75</code></a> Add news fragment</li>
<li><a href="https://github.com/pypa/setuptools/commit/7b7971e6b08c2a9586e4699312371bb5ae19df9b"><code>7b7971e</code></a> Set requirements attributes directly into dist when parsing pyproject.toml</li>
<li><a href="https://github.com/pypa/setuptools/commit/566f2948d2fc452109da4e0cf20ac4e113e07809"><code>566f294</code></a> Test command line parsing of '--version' interoperates with pyproject.toml</li>
<li><a href="https://github.com/pypa/setuptools/commit/0120605db966af66207d996b82320ee676fabbf1"><code>0120605</code></a> Bump version: 68.2.0 → 68.2.1</li>
<li><a href="https://github.com/pypa/setuptools/commit/6e1bd6b2f38e51ec0f2f877480f672506839b578"><code>6e1bd6b</code></a> Fix bumpversion state</li>
<li><a href="https://github.com/pypa/setuptools/commit/d30aaa54b881662d4219a4990fc469aa27f6d169"><code>d30aaa5</code></a> Update test deps (<a href="https://redirect.github.com/pypa/setuptools/issues/4045">#4045</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v68.0.0...v68.2.2">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 15, 2023
1 parent 6669b8d commit 4e87342
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.7.0
pip~=23.3
pytest~=7.4
pytest-mypy~=0.10
setuptools~=68.0.0
setuptools~=68.2.2
types-python-dateutil~=2.8
wheel~=0.41

Expand Down

0 comments on commit 4e87342

Please sign in to comment.