chore(pip-dev)(deps-dev): bump setuptools from 75.2.0 to 75.3.0 #396

Merged
dependabot[bot] merged 1 commits from dependabot/pip/setuptools-75.3.0 into main 2024-10-29 16:28:38 +01:00
dependabot[bot] commented 2024-10-29 16:22:21 +01:00 (Migrated from github.com)

Bumps setuptools from 75.2.0 to 75.3.0.

Changelog

Sourced from setuptools's changelog.

v75.3.0

Features

  • Allowed using dict as an ordered type in setuptools.dist.check_requirements -- by :user:Avasam (#4575)

Bugfixes

  • Ensured methods in setuptools.modified preferably raise a consistent distutils.errors.DistutilsError type (except in the deprecated use case of SETUPTOOLS_USE_DISTUTILS=stdlib) -- by :user:Avasam (#4567)
  • Fix the ABI tag when building a wheel using the debug build of Python 3.13 on Windows. Previously, the ABI tag was missing the "d" flag. (#4674)
  • Fix clashes for optional-dependencies in pyproject.toml and extra_requires in setup.cfg/setup.py. As per PEP 621, optional-dependencies have to be honoured and dynamic behaviour is not allowed. (#4696)

Misc

Commits
  • d8da7df Bump version: 75.2.0 → 75.3.0
  • a21c7fa Fix grammar in news fragment
  • a9a79e7 Fix wheel ABI tag for debug Python 3.13 on Windows (#4676)
  • 0bc3248 Merge simple type annotations from typeshed (#4504)
  • 1155ca8 Fix wheel ABI tag for debug Python 3.13 on Windows
  • 1ca55c9 Workaround for clash between ruff in pre-commit hook and pytest-ruff (#...
  • c498d16 Satisfy ruff linter - automatic fix
  • 1f92af5 Sync pre-commit-hook with version of ruff that gets automatically pulled in t...
  • a39336b Ruff: enable all pyflakes and perf rules (#4556)
  • e5f16a2 bump jaraco.test to py.typed version 5.5 in test extra (#4651)
  • 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 75.2.0 to 75.3.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>v75.3.0</h1> <h2>Features</h2> <ul> <li>Allowed using <code>dict</code> as an ordered type in <code>setuptools.dist.check_requirements</code> -- by :user:<code>Avasam</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4575">#4575</a>)</li> </ul> <h2>Bugfixes</h2> <ul> <li>Ensured methods in <code>setuptools.modified</code> preferably raise a consistent <code>distutils.errors.DistutilsError</code> type (except in the deprecated use case of <code>SETUPTOOLS_USE_DISTUTILS=stdlib</code>) -- by :user:<code>Avasam</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4567">#4567</a>)</li> <li>Fix the ABI tag when building a wheel using the debug build of Python 3.13 on Windows. Previously, the ABI tag was missing the <code>&quot;d&quot;</code> flag. (<a href="https://redirect.github.com/pypa/setuptools/issues/4674">#4674</a>)</li> <li>Fix clashes for <code>optional-dependencies</code> in <code>pyproject.toml</code> and <code>extra_requires</code> in <code>setup.cfg/setup.py</code>. As per PEP 621, <code>optional-dependencies</code> have to be honoured and dynamic behaviour is not allowed. (<a href="https://redirect.github.com/pypa/setuptools/issues/4696">#4696</a>)</li> </ul> <h2>Misc</h2> <ul> <li><a href="https://redirect.github.com/pypa/setuptools/issues/4560">#4560</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools/commit/d8da7dfaa0cef4a69ee21d9406391651c4dc5ce4"><code>d8da7df</code></a> Bump version: 75.2.0 → 75.3.0</li> <li><a href="https://github.com/pypa/setuptools/commit/a21c7fab9985c48e6f37e0e375ef1797647c98c0"><code>a21c7fa</code></a> Fix grammar in news fragment</li> <li><a href="https://github.com/pypa/setuptools/commit/a9a79e70a7b78b4d4257a55c96201d25964a7bed"><code>a9a79e7</code></a> Fix wheel ABI tag for debug Python 3.13 on Windows (<a href="https://redirect.github.com/pypa/setuptools/issues/4676">#4676</a>)</li> <li><a href="https://github.com/pypa/setuptools/commit/0bc324806ce62e93fcbcf9d3f1b018f85176da52"><code>0bc3248</code></a> Merge simple type annotations from typeshed (<a href="https://redirect.github.com/pypa/setuptools/issues/4504">#4504</a>)</li> <li><a href="https://github.com/pypa/setuptools/commit/1155ca8001fb1619714dc5d6e4f1344803106697"><code>1155ca8</code></a> Fix wheel ABI tag for debug Python 3.13 on Windows</li> <li><a href="https://github.com/pypa/setuptools/commit/1ca55c9e287d771b1fd20165c2443a3687b839d1"><code>1ca55c9</code></a> Workaround for clash between <code>ruff</code> in <code>pre-commit</code> hook and <code>pytest-ruff</code> (#...</li> <li><a href="https://github.com/pypa/setuptools/commit/c498d162e7501165fb8415fec4ed3282b2f04af9"><code>c498d16</code></a> Satisfy ruff linter - automatic fix</li> <li><a href="https://github.com/pypa/setuptools/commit/1f92af5201ebffcf4c7107f9d9dfcc687e57e2cc"><code>1f92af5</code></a> Sync pre-commit-hook with version of ruff that gets automatically pulled in t...</li> <li><a href="https://github.com/pypa/setuptools/commit/a39336ba37c50695f5a57be20d8452e46a4ceb10"><code>a39336b</code></a> Ruff: enable all pyflakes and perf rules (<a href="https://redirect.github.com/pypa/setuptools/issues/4556">#4556</a>)</li> <li><a href="https://github.com/pypa/setuptools/commit/e5f16a2a990ff18cdef27a22b742f97444867186"><code>e5f16a2</code></a> bump jaraco.test to py.typed version 5.5 in test extra (<a href="https://redirect.github.com/pypa/setuptools/issues/4651">#4651</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v75.2.0...v75.3.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=75.2.0&new-version=75.3.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-10-29 16:22:21 +01:00
sonarqubecloud[bot] commented 2024-10-29 16:24:06 +01: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=396) **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=396&issueStatuses=OPEN,CONFIRMED&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=396&issueStatuses=ACCEPTED) 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=396&issueStatuses=OPEN,CONFIRMED&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=396&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=396&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=luketainton_webexmemebot&pullRequest=396)
Sign in to join this conversation.
No description provided.