chore(pip-dev)(deps-dev): bump setuptools from 70.0.0 to 70.1.0 #271

Closed
dependabot[bot] wants to merge 1 commits from dependabot/pip/setuptools-70.1.0 into next
dependabot[bot] commented 2024-06-19 17:12:11 +02:00 (Migrated from github.com)

Bumps setuptools from 70.0.0 to 70.1.0.

Changelog

Sourced from setuptools's changelog.

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
  • 3466f9f Bump version: 70.0.0 → 70.1.0
  • 8cc50d4 Attempt to avoid error with _read_utf8_with_fallback by moving code in `pkg...
  • a4b15f3 Add comments on test
  • 051e70d Simplify integration test for zop interface
  • 06fd687 Move integration test to pkg_resources
  • 03edaaa Add newsfragment
  • b95d168 Move piece of code inside pkg_resources/init.py
  • be847e0 Add interop tests for pkg_resources and zope-interface
  • 0f8c58d Fix undefined log.warning function in bdist_wheel (#4427)
  • 63a2eb3 Fix undefined log function in bdist_wheel
  • Additional commits viewable in compare view

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.0. <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.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/3466f9f1e14c4b0ef87299fef414f73600d4a46f"><code>3466f9f</code></a> Bump version: 70.0.0 → 70.1.0</li> <li><a href="https://github.com/pypa/setuptools/commit/8cc50d4d5ce4a725d0bc12e599c4dddebeea9028"><code>8cc50d4</code></a> Attempt to avoid error with <code>_read_utf8_with_fallback</code> by moving code in `pkg...</li> <li><a href="https://github.com/pypa/setuptools/commit/a4b15f3a07c914c1da9bda2cf458237c97d0e042"><code>a4b15f3</code></a> Add comments on test</li> <li><a href="https://github.com/pypa/setuptools/commit/051e70d9b232c5c24b3a64a4fdac07e9a347c4fb"><code>051e70d</code></a> Simplify integration test for zop interface</li> <li><a href="https://github.com/pypa/setuptools/commit/06fd687e048224fc2293be50ed30d7f1a04378f4"><code>06fd687</code></a> Move integration test to pkg_resources</li> <li><a href="https://github.com/pypa/setuptools/commit/03edaaa41059cf580709ec714586a6f7762cd99d"><code>03edaaa</code></a> Add newsfragment</li> <li><a href="https://github.com/pypa/setuptools/commit/b95d168faa3fe25d7e9e947472094d23124428cf"><code>b95d168</code></a> Move piece of code inside pkg_resources/<strong>init</strong>.py</li> <li><a href="https://github.com/pypa/setuptools/commit/be847e002eacf1431470f5d6592de5caddb521e5"><code>be847e0</code></a> Add interop tests for pkg_resources and zope-interface</li> <li><a href="https://github.com/pypa/setuptools/commit/0f8c58dd03390b9f2a26be3211161386e7d626d6"><code>0f8c58d</code></a> Fix undefined <code>log.warning</code> function in <code>bdist_wheel</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4427">#4427</a>)</li> <li><a href="https://github.com/pypa/setuptools/commit/63a2eb3b8246be5a6b50a837b26175e0c8cb6cf8"><code>63a2eb3</code></a> Fix undefined log function in bdist_wheel</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v70.0.0...v70.1.0">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.0)](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-19 17:12:11 +02:00
sonarqubecloud[bot] commented 2024-06-21 20:22:50 +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=271) **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=271&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=271&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=271&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=271&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=271&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=luketainton_webexmemebot&pullRequest=271)
dependabot[bot] commented 2024-06-25 17:52:22 +02:00 (Migrated from github.com)

Superseded by #276.

Superseded by #276.

Pull request closed

Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: repos/webexmemebot#271
No description provided.