Skip to content

Commit

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

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.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&lt;=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>
<h2>Misc</h2>
<ul>
<li><a href="https://redirect.github.com/pypa/setuptools/issues/4365">#4365</a>, <a href="https://redirect.github.com/pypa/setuptools/issues/4422">#4422</a></li>
</ul>
<h1>v70.0.0</h1>
<h2>Features</h2>
<ul>
<li>Emit a warning when <code>[tools.setuptools]</code> is present in <code>pyproject.toml</code> and will be ignored. -- by :user:<code>SnoopJ</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4150">#4150</a>)</li>
<li>Improved <code>AttributeError</code> error message if <code>pkg_resources.EntryPoint.require</code> is called without extras or distribution
Gracefully &quot;do nothing&quot; when trying to activate a <code>pkg_resources.Distribution</code> with a <code>None</code> location, rather than raising a <code>TypeError</code>
-- by :user:<code>Avasam</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4262">#4262</a>)</li>
<li>Typed the dynamically defined variables from <code>pkg_resources</code> -- by :user:<code>Avasam</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4267">#4267</a>)</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pypa/setuptools/commit/222ebf921a4a1cca69d6a5193121f3090580e502"><code>222ebf9</code></a> Bump version: 70.1.0 → 70.1.1</li>
<li><a href="https://github.com/pypa/setuptools/commit/a66cedcb6be6f89729452a28c587673b119bed06"><code>a66cedc</code></a> &quot;Embed&quot; test_bdist_wheel files and execution (<a href="https://redirect.github.com/pypa/setuptools/issues/4429">#4429</a>)</li>
<li><a href="https://github.com/pypa/setuptools/commit/48ce5edb10e034b058682dc923c17bf138f95a65"><code>48ce5ed</code></a> pkg_resources: Merge <code>@overload</code> and <code>TypeVar</code> annotations from typeshed (<a href="https://redirect.github.com/pypa/setuptools/issues/4390">#4390</a>)</li>
<li><a href="https://github.com/pypa/setuptools/commit/11bd24c785b762aec2419607ad23418f958ca33b"><code>11bd24c</code></a> Use set instead of True-only dict for non-public names (<a href="https://redirect.github.com/pypa/setuptools/issues/4381">#4381</a>)</li>
<li><a href="https://github.com/pypa/setuptools/commit/82145bc7fe2e63201dbf14d87055663b42b261d6"><code>82145bc</code></a> Merge branch 'main' of <a href="https://github.com/pypa/setuptools">https://github.com/pypa/setuptools</a> into typeshed-overl...</li>
<li><a href="https://github.com/pypa/setuptools/commit/807d7c14bd11709f51b2d32a9ead08604ce05d44"><code>807d7c1</code></a> Move check to _fn</li>
<li><a href="https://github.com/pypa/setuptools/commit/2adbd4ff29fa5c1115c24df35517eb4daf71455f"><code>2adbd4f</code></a> Simplify setuptools own <code>tool.setuptools.packages.find</code> by using include rule...</li>
<li><a href="https://github.com/pypa/setuptools/commit/b4f5a07734dc8c2bfc6456b3ceb0538095bbc8aa"><code>b4f5a07</code></a> Add news fragment</li>
<li><a href="https://github.com/pypa/setuptools/commit/ffea3b0abc3425e21c578bcd1460e366f7d0f34f"><code>ffea3b0</code></a> Remove no longer used bdist_wheel_testdata directory</li>
<li><a href="https://github.com/pypa/setuptools/commit/61e18ff75de5e77b2587efaa56f473e3ed78936d"><code>61e18ff</code></a> Adopt latest change from wheel test</li>
<li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v70.1.0...v70.1.1">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] committed Jul 1, 2024
1 parent 0832da1 commit c1bf3d7
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.10.0
pip~=24.1
pytest~=8.2
pytest-mypy~=0.10
setuptools~=70.1.0
setuptools~=70.1.1
types-python-dateutil~=2.9
wheel~=0.43

Expand Down

0 comments on commit c1bf3d7

Please sign in to comment.