chore(pip-dev)(deps-dev): bump setuptools from 70.3.0 to 71.0.2 #307

Merged
dependabot[bot] merged 1 commits from dependabot/pip/setuptools-71.0.2 into main 2024-07-18 18:28:11 +02:00
dependabot[bot] commented 2024-07-18 17:09:02 +02:00 (Migrated from github.com)

Bumps setuptools from 70.3.0 to 71.0.2.

Changelog

Sourced from setuptools's changelog.

v71.0.2

Bugfixes

  • Include all vendored files in the sdist. (#4480)

v71.0.1

Bugfixes

  • Restored package data that went missing in 71.0. This change also incidentally causes tests to be installed once again. (#4475)

v71.0.0

Deprecations and Removals

  • Now setuptools declares its own dependencies in the core extra. Dependencies are still vendored for bootstrapping purposes, but setuptools will prefer installed dependencies if present. The core extra is used for informational purposes and should not be declared in package metadata (e.g. build-requires). Downstream packagers can de-vendor by simply removing the setuptools/_vendor directory. Since Setuptools now prefers installed dependencies, those installing to an environment with old, incompatible dependencies will not work. In that case, either uninstall the incompatible dependencies or upgrade them to satisfy those declared in core. (#2825)
Commits
  • 17b735a Bump version: 71.0.1 → 71.0.2
  • 5a59af4 Merge pull request #4485 from pypa/bugfix/4480-vendored-metadata
  • 65e00b6 Include all vendored files in the sdist.
  • 284e8af Add a failing test covering the missed expectation.
  • ea5ce1a Update changelog to reflect common experience seen in #4478 and #4483.
  • f2a6bb1 Bump version: 71.0.0 → 71.0.1
  • 87afa4b Merge pull request #4479 from pypa/bugfix/4475-all-the-files
  • cf298e7 Add news fragment.
  • 7511617 Mark the file as xfail for now.
  • 9f07e22 Remove test as it's redundant to the check in test_its_own_wheel_does_not_con...
  • 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.3.0 to 71.0.2. <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>v71.0.2</h1> <h2>Bugfixes</h2> <ul> <li>Include all vendored files in the sdist. (<a href="https://redirect.github.com/pypa/setuptools/issues/4480">#4480</a>)</li> </ul> <h1>v71.0.1</h1> <h2>Bugfixes</h2> <ul> <li>Restored package data that went missing in 71.0. This change also incidentally causes tests to be installed once again. (<a href="https://redirect.github.com/pypa/setuptools/issues/4475">#4475</a>)</li> </ul> <h1>v71.0.0</h1> <h2>Deprecations and Removals</h2> <ul> <li>Now setuptools declares its own dependencies in the <code>core</code> extra. Dependencies are still vendored for bootstrapping purposes, but setuptools will prefer installed dependencies if present. The <code>core</code> extra is used for informational purposes and should <em>not</em> be declared in package metadata (e.g. <code>build-requires</code>). Downstream packagers can de-vendor by simply removing the <code>setuptools/_vendor</code> directory. Since Setuptools now prefers installed dependencies, those installing to an environment with old, incompatible dependencies will not work. In that case, either uninstall the incompatible dependencies or upgrade them to satisfy those declared in <code>core</code>. (<a href="https://redirect.github.com/pypa/setuptools/issues/2825">#2825</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools/commit/17b735a260dc6e51cce1edbeb21eaaa5a32ef188"><code>17b735a</code></a> Bump version: 71.0.1 → 71.0.2</li> <li><a href="https://github.com/pypa/setuptools/commit/5a59af42a922bb4bb4c291fd1acc7f0991db36ef"><code>5a59af4</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4485">#4485</a> from pypa/bugfix/4480-vendored-metadata</li> <li><a href="https://github.com/pypa/setuptools/commit/65e00b6e96c531c2b0be023475bb956ebc976c39"><code>65e00b6</code></a> Include all vendored files in the sdist.</li> <li><a href="https://github.com/pypa/setuptools/commit/284e8afc5a481a1ac40405111058421a0c68c683"><code>284e8af</code></a> Add a failing test covering the missed expectation.</li> <li><a href="https://github.com/pypa/setuptools/commit/ea5ce1a2e1406a51bd235c8afd854716d4b8a775"><code>ea5ce1a</code></a> Update changelog to reflect common experience seen in <a href="https://redirect.github.com/pypa/setuptools/issues/4478">#4478</a> and <a href="https://redirect.github.com/pypa/setuptools/issues/4483">#4483</a>.</li> <li><a href="https://github.com/pypa/setuptools/commit/f2a6bb190202577595a45ceebdedb0016b7cf864"><code>f2a6bb1</code></a> Bump version: 71.0.0 → 71.0.1</li> <li><a href="https://github.com/pypa/setuptools/commit/87afa4b8c448dbd76905d05589698be56d2b3f2b"><code>87afa4b</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4479">#4479</a> from pypa/bugfix/4475-all-the-files</li> <li><a href="https://github.com/pypa/setuptools/commit/cf298e76bae4781ca4a1a85e7bb8ea6c8f260611"><code>cf298e7</code></a> Add news fragment.</li> <li><a href="https://github.com/pypa/setuptools/commit/75116176d417bcb65033da0373432d6d8086ab37"><code>7511617</code></a> Mark the file as xfail for now.</li> <li><a href="https://github.com/pypa/setuptools/commit/9f07e225b6e283bb5c9497518ad59ed104181d34"><code>9f07e22</code></a> Remove test as it's redundant to the check in test_its_own_wheel_does_not_con...</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v70.3.0...v71.0.2">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.3.0&new-version=71.0.2)](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-07-18 17:09:02 +02:00
sonarqubecloud[bot] commented 2024-07-18 17:10:11 +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=307) **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=307&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=307&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=307&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=307&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=307&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=luketainton_webexmemebot&pullRequest=307)
Sign in to join this conversation.
No description provided.