Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Update setuptools requirement from ~=70.1.1 to ~=70.2.0 …
…in /packages/@jsii/python-runtime (#4567) 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>v70.2.0</h1> <h2>Features</h2> <ul> <li>Updated distutils including significant changes to support Cygwin and mingw compilers. (<a href="https://redirect.github.com/pypa/setuptools/issues/4444">#4444</a>)</li> </ul> <h2>Bugfixes</h2> <ul> <li>Fix distribution name normalisation (:pep:<code>625</code>) for valid versions that are not canonical (e.g. <code>1.0-2</code>). (<a href="https://redirect.github.com/pypa/setuptools/issues/4434">#4434</a>)</li> </ul> <h1>v70.1.1</h1> <h2>Misc</h2> <ul> <li><a href="https://redirect.github.com/pypa/setuptools/issues/4429">#4429</a></li> </ul> <h1>v70.1.0</h1> <h2>Features</h2> <ul> <li> <p>Adopted the <code>bdist_wheel</code> command from the <code>wheel</code> project -- by :user:<code>agronholm</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/1386">#1386</a>)</p> </li> <li> <p>Improve error message when <code>pkg_resources.ZipProvider</code> tries to extract resources with a missing Egg -- by :user:<code>Avasam</code></p> <p>Added variables and parameter type annotations to <code>pkg_resources</code> to be nearly on par with typeshed.* -- by :user:<code>Avasam</code> * Excluding <code>TypeVar</code> and <code>overload</code>. Return types are currently inferred. (<a href="https://redirect.github.com/pypa/setuptools/issues/4246">#4246</a>)</p> </li> <li> <p>Migrated Setuptools' own config to pyproject.toml (<a href="https://redirect.github.com/pypa/setuptools/issues/4310">#4310</a>)</p> </li> </ul> <h2>Bugfixes</h2> <ul> <li>Prevent a <code>TypeError: 'NoneType' object is not callable</code> when <code>shutil_rmtree</code> is called without an <code>onexc</code> parameter on Python<=3.11 -- by :user:<code>Avasam</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4382">#4382</a>)</li> <li>Replace use of mktemp with can_symlink from the stdlib test suite. (<a href="https://redirect.github.com/pypa/setuptools/issues/4403">#4403</a>)</li> <li>Improvement for <code>attr:</code> directives in configuration to handle more edge cases related to complex <code>package_dir</code>. (<a href="https://redirect.github.com/pypa/setuptools/issues/4405">#4405</a>)</li> <li>Fix accidental implicit string concatenation. (<a href="https://redirect.github.com/pypa/setuptools/issues/4411">#4411</a>)</li> </ul> <p>Misc</p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools/commit/3accd5ca04ec23c34b345eef8d0e5d3af072e7a4"><code>3accd5c</code></a> Bump version: 70.1.1 → 70.2.0</li> <li><a href="https://github.com/pypa/setuptools/commit/719192a2d09ec42702807927e7ae89ca7923cb74"><code>719192a</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4430">#4430</a> from pypa/infra/refresh-skeleton</li> <li><a href="https://github.com/pypa/setuptools/commit/e32f8dfcfaa8b0ab273988a3ca067471cab6e501"><code>e32f8df</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4444">#4444</a> from pypa/feature/distutils-f3b225449</li> <li><a href="https://github.com/pypa/setuptools/commit/343ac6f18e298a97455a8ef8f69402954d2c61d5"><code>343ac6f</code></a> Merge <a href="https://github.com/pypa/distutils">https://github.com/pypa/distutils</a> into feature/distutils-f3b225449</li> <li><a href="https://github.com/pypa/setuptools/commit/4e6d97db1b4364cb184960f477c3e78435332646"><code>4e6d97d</code></a> Prefer relative imports for better portability.</li> <li><a href="https://github.com/pypa/setuptools/commit/449021c6342f14afc374a31259206e9cee7575d5"><code>449021c</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4442">#4442</a> from DimitriPapadopoulos/default</li> <li><a href="https://github.com/pypa/setuptools/commit/97e3c8f4ab07499ead1746b3a286518ef757427d"><code>97e3c8f</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4452">#4452</a> from pypa/docs/1648-interpolation</li> <li><a href="https://github.com/pypa/setuptools/commit/a9a5400313089a48c9e8eebdbdde62d79682e982"><code>a9a5400</code></a> Add a section on interpolation.</li> <li><a href="https://github.com/pypa/setuptools/commit/31c859945f696b243027638558e68b269ef68889"><code>31c8599</code></a> Remove 'normally supplied to setup()'. Declarative styles are normalized.</li> <li><a href="https://github.com/pypa/setuptools/commit/ad8c7ba7c7bd72bb806455cdc3d939b1c75ba12f"><code>ad8c7ba</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4450">#4450</a> from DimitriPapadopoulos/TRY</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v70.1.1...v70.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>
- Loading branch information