chore(pip-dev)(deps-dev): bump setuptools from 70.0.0 to 70.1.1 #276

Merged
dependabot[bot] merged 1 commits from dependabot/pip/setuptools-70.1.1 into next 2024-06-25 22:15:35 +02:00
dependabot[bot] commented 2024-06-25 17:52:20 +02:00 (Migrated from github.com)

Bumps setuptools from 70.0.0 to 70.1.1.

Changelog

Sourced from setuptools's changelog.

v70.1.1

Misc

v70.1.0

Features

  • Adopted the bdist_wheel command from the wheel project -- by :user:agronholm (#1386)

  • Improve error message when pkg_resources.ZipProvider tries to extract resources with a missing Egg -- by :user:Avasam

    Added variables and parameter type annotations to pkg_resources to be nearly on par with typeshed.* -- by :user:Avasam * Excluding TypeVar and overload. Return types are currently inferred. (#4246)

  • Migrated Setuptools' own config to pyproject.toml (#4310)

Bugfixes

  • Prevent a TypeError: 'NoneType' object is not callable when shutil_rmtree is called without an onexc parameter on Python<=3.11 -- by :user:Avasam (#4382)
  • Replace use of mktemp with can_symlink from the stdlib test suite. (#4403)
  • Improvement for attr: directives in configuration to handle more edge cases related to complex package_dir. (#4405)
  • Fix accidental implicit string concatenation. (#4411)

Misc

Commits

Dependabot compatibility score

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 commands and options

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)
Bumps [setuptools](https://github.com/pypa/setuptools) from 70.0.0 to 70.1.1. <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> </blockquote> </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.0.0...v70.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=setuptools&package-manager=pip&previous-version=70.0.0&new-version=70.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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>
luketainton (Migrated from github.com) reviewed 2024-06-25 17:52:20 +02:00
sonarqubecloud[bot] commented 2024-06-25 17:53:31 +02:00 (Migrated from github.com)
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=luketainton_webexmemebot&pullRequest=276) **Quality Gate passed** Issues ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 New issues](https://sonarcloud.io/project/issues?id=luketainton_webexmemebot&pullRequest=276&resolved=false&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted-16px.png '') [0 Accepted issues](https://sonarcloud.io/project/issues?id=luketainton_webexmemebot&pullRequest=276&resolutions=WONTFIX) Measures ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=luketainton_webexmemebot&pullRequest=276&resolved=false&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0.0% Coverage on New Code](https://sonarcloud.io/component_measures?id=luketainton_webexmemebot&pullRequest=276&metric=new_coverage&view=list) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0.0% Duplication on New Code](https://sonarcloud.io/component_measures?id=luketainton_webexmemebot&pullRequest=276&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=luketainton_webexmemebot&pullRequest=276)
Sign in to join this conversation.
No description provided.