Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Dec 24, 2024

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

dependabot bot added 8 commits December 24, 2024 10:38
Bumps [identify](https://github.com/pre-commit/identify) from 2.6.1 to
2.6.3.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pre-commit/identify/commit/f075954372758b34ef542c2e895000ea660a47c9"><code>f075954</code></a>
v2.6.3</li>
<li><a
href="https://github.com/pre-commit/identify/commit/149074eead092ed888c8eb36abce28bfefce44aa"><code>149074e</code></a>
Merge pull request <a
href="https://redirect.github.com/pre-commit/identify/issues/488">#488</a>
from nicknovitski/direnv</li>
<li><a
href="https://github.com/pre-commit/identify/commit/880ac27232c7642bcf57cf2dfe89216bd3964a2a"><code>880ac27</code></a>
Merge pull request <a
href="https://redirect.github.com/pre-commit/identify/issues/487">#487</a>
from vlotorev/main</li>
<li><a
href="https://github.com/pre-commit/identify/commit/8dcf6f396e21928b7bf450d7e9f1f4f8c2269948"><code>8dcf6f3</code></a>
Merge pull request <a
href="https://redirect.github.com/pre-commit/identify/issues/486">#486</a>
from axtimhaus/patch-1</li>
<li><a
href="https://github.com/pre-commit/identify/commit/d2f995a8604761b174b98f63b7564bee7f692c27"><code>d2f995a</code></a>
feat: identify direnv files as Bash</li>
<li><a
href="https://github.com/pre-commit/identify/commit/7116aa1cf4fd64e90c81848af1b84d948abd6767"><code>7116aa1</code></a>
Add bitbake extensions and files</li>
<li><a
href="https://github.com/pre-commit/identify/commit/13e61053e8ba7481117d8216f554fec792b36a17"><code>13e6105</code></a>
Add C# Script and F# Source and Script filetypes</li>
<li><a
href="https://github.com/pre-commit/identify/commit/6fd6f6bea8fedb15e54f1477a49325ea82b73911"><code>6fd6f6b</code></a>
v2.6.2</li>
<li><a
href="https://github.com/pre-commit/identify/commit/6607f84704f5628126301899b819ec1700f82dd9"><code>6607f84</code></a>
Merge pull request <a
href="https://redirect.github.com/pre-commit/identify/issues/484">#484</a>
from zupo/patch-1</li>
<li><a
href="https://github.com/pre-commit/identify/commit/4c4ccfa931f2bbd12e311e31fabf5960ca74475d"><code>4c4ccfa</code></a>
Merge pull request <a
href="https://redirect.github.com/pre-commit/identify/issues/485">#485</a>
from pre-commit/pre-commit-ci-update-config</li>
<li>Additional commits viewable in <a
href="https://github.com/pre-commit/identify/compare/v2.6.1...v2.6.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=identify&package-manager=pip&previous-version=2.6.1&new-version=2.6.3)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [tomli](https://github.com/hukkin/tomli) from 2.0.2 to 2.2.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hukkin/tomli/blob/master/CHANGELOG.md">tomli's
changelog</a>.</em></p>
<blockquote>
<h2>2.2.1</h2>
<ul>
<li>Fixed
<ul>
<li>Don't attempt to compile binary wheels for Python 3.8, 3.9 and 3.10
where cibuildwheel depends on a conflicting Tomli version</li>
</ul>
</li>
</ul>
<h2>2.2.0</h2>
<ul>
<li>Added
<ul>
<li>mypyc generated binary wheels for common platforms</li>
</ul>
</li>
</ul>
<h2>2.1.0</h2>
<ul>
<li>Deprecated
<ul>
<li>Instantiating <code>TOMLDecodeError</code> with free-form arguments.
<code>msg</code>, <code>doc</code> and <code>pos</code> arguments should
be given.</li>
</ul>
</li>
<li>Added
<ul>
<li><code>msg</code>, <code>doc</code>, <code>pos</code>,
<code>lineno</code> and <code>colno</code> attributes to
<code>TOMLDecodeError</code></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hukkin/tomli/commit/73c3d102eb81fe0d2b87f905df4f740f8878d8da"><code>73c3d10</code></a>
Bump version: 2.2.0 → 2.2.1</li>
<li><a
href="https://github.com/hukkin/tomli/commit/7c2368d2cb6c2a49b0fca08765fbba65686efd88"><code>7c2368d</code></a>
Don't build wheels for Python versions requiring tomli</li>
<li><a
href="https://github.com/hukkin/tomli/commit/c48e4e111c8558abcfe141f19fcaada3365f836c"><code>c48e4e1</code></a>
Bump version: 2.1.0 → 2.2.0</li>
<li><a
href="https://github.com/hukkin/tomli/commit/76047414ff1a7c150bb10f0a171da13c5e6af743"><code>7604741</code></a>
Update README</li>
<li><a
href="https://github.com/hukkin/tomli/commit/0724e2ab1858da7f5e05a9bffdb24c33589d951c"><code>0724e2a</code></a>
Annotate global constants as Final to speed up compiled code</li>
<li><a
href="https://github.com/hukkin/tomli/commit/149547d2ec5b7d1badf8d0c1ab603735fa9b5a70"><code>149547d</code></a>
Create binary wheels with mypyc (<a
href="https://redirect.github.com/hukkin/tomli/issues/242">#242</a>)</li>
<li><a
href="https://github.com/hukkin/tomli/commit/443a0c1bc5da39b7ed84306912ee1900e6b72e2f"><code>443a0c1</code></a>
pre-commit autoupdate and autofix</li>
<li><a
href="https://github.com/hukkin/tomli/commit/48461cfbaf0775c9025720f80d8afa4fa50c0183"><code>48461cf</code></a>
Merge pull request <a
href="https://redirect.github.com/hukkin/tomli/issues/240">#240</a> from
hukkin/version-2.1.0</li>
<li><a
href="https://github.com/hukkin/tomli/commit/d6e045b1e6b36c56271d9f003794d915d713f962"><code>d6e045b</code></a>
Bump version: 2.0.2 → 2.1.0</li>
<li><a
href="https://github.com/hukkin/tomli/commit/d1d6a8571b06b18005af8bf9078c1d37de5353e1"><code>d1d6a85</code></a>
Add attributes to TOMLDecodeError. Deprecate free-form
<code>__init__</code> args (<a
href="https://redirect.github.com/hukkin/tomli/issues/238">#238</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/hukkin/tomli/compare/2.0.2...2.2.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tomli&package-manager=pip&previous-version=2.0.2&new-version=2.2.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [wait-for-it](https://github.com/hartwork/wait-for-it) from 2.2.2
to 2.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hartwork/wait-for-it/releases">wait-for-it's
releases</a>.</em></p>
<blockquote>
<h2>2.3.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix Sphinx build + cover by CI by <a
href="https://github.com/hartwork"><code>@​hartwork</code></a> in <a
href="https://redirect.github.com/hartwork/wait-for-it/pull/1">hartwork/wait-for-it#1</a></li>
<li><code>docs/source/index.md</code>: Get terminal output back in sync
by <a href="https://github.com/hartwork"><code>@​hartwork</code></a> in
<a
href="https://redirect.github.com/hartwork/wait-for-it/pull/2">hartwork/wait-for-it#2</a></li>
<li>Apply new project home by <a
href="https://github.com/hartwork"><code>@​hartwork</code></a> in <a
href="https://redirect.github.com/hartwork/wait-for-it/pull/3">hartwork/wait-for-it#3</a></li>
<li><code>.readthedocs.yml</code>: First try at fixing the Read the Docs
build by <a
href="https://github.com/hartwork"><code>@​hartwork</code></a> in <a
href="https://redirect.github.com/hartwork/wait-for-it/pull/4">hartwork/wait-for-it#4</a></li>
<li>Drop end-of-life Python 3.8 and add Python 3.13 by <a
href="https://github.com/hartwork"><code>@​hartwork</code></a> in <a
href="https://redirect.github.com/hartwork/wait-for-it/pull/5">hartwork/wait-for-it#5</a></li>
<li>Prepare release 2.3.0 by <a
href="https://github.com/hartwork"><code>@​hartwork</code></a> in <a
href="https://redirect.github.com/hartwork/wait-for-it/pull/6">hartwork/wait-for-it#6</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/hartwork/wait-for-it/compare/v2.2.2...v2.3.0">https://github.com/hartwork/wait-for-it/compare/v2.2.2...v2.3.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hartwork/wait-for-it/commit/6ba15adecd9d597024d72e8bfdb866741bd9cc40"><code>6ba15ad</code></a>
Merge pull request <a
href="https://redirect.github.com/hartwork/wait-for-it/issues/6">#6</a>
from hartwork/prepare-release</li>
<li><a
href="https://github.com/hartwork/wait-for-it/commit/902a160ccaa5ec3502f939352f7f7c36e266b500"><code>902a160</code></a>
Bump version to 2.3.0</li>
<li><a
href="https://github.com/hartwork/wait-for-it/commit/b04be12d5573bbc83a113b6da8401dee290a897a"><code>b04be12</code></a>
Merge pull request <a
href="https://redirect.github.com/hartwork/wait-for-it/issues/5">#5</a>
from hartwork/drop-python-3-8-and-add-3-13</li>
<li><a
href="https://github.com/hartwork/wait-for-it/commit/42d90ee5ae3a37d7058dbd4045469e77f97efe5c"><code>42d90ee</code></a>
Drop end-of-life Python 3.8 and add Python 3.13</li>
<li><a
href="https://github.com/hartwork/wait-for-it/commit/3c95b9ae5e4ca5c44cb074a63cce3de71489d628"><code>3c95b9a</code></a>
Merge pull request <a
href="https://redirect.github.com/hartwork/wait-for-it/issues/4">#4</a>
from hartwork/try-fixing-readthedocs-yml</li>
<li><a
href="https://github.com/hartwork/wait-for-it/commit/2fa50ba351d2e90a97d23fbe04966213fc5d5193"><code>2fa50ba</code></a>
.readthedocs.yml: First try at fixing the Read the Docs build</li>
<li><a
href="https://github.com/hartwork/wait-for-it/commit/cbffb592fd8dc24b5eef05d77b7a3ef3b266a008"><code>cbffb59</code></a>
Merge pull request <a
href="https://redirect.github.com/hartwork/wait-for-it/issues/3">#3</a>
from hartwork/new-project-home</li>
<li><a
href="https://github.com/hartwork/wait-for-it/commit/ff7a582b2abc168c242dbf3aafae5ac1a7d7f067"><code>ff7a582</code></a>
Apply new project home</li>
<li><a
href="https://github.com/hartwork/wait-for-it/commit/cea7d83c3a98f9b1432add5bcb33d40640638bbb"><code>cea7d83</code></a>
setup.py: Extend author info</li>
<li><a
href="https://github.com/hartwork/wait-for-it/commit/c3bb7c59d6227d3b0ea0cfbea1771ccbf966ddaa"><code>c3bb7c5</code></a>
Stop GitHub Dependabot from requesting explicit review</li>
<li>Additional commits viewable in <a
href="https://github.com/hartwork/wait-for-it/compare/v2.2.2...v2.3.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=wait-for-it&package-manager=pip&previous-version=2.2.2&new-version=2.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [propcache](https://github.com/aio-libs/propcache) from 0.2.0 to
0.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aio-libs/propcache/releases">propcache's
releases</a>.</em></p>
<blockquote>
<h2>0.2.1</h2>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Stopped implicitly allowing the use of Cython pre-release versions
when
building the distribution package -- by :user:<code>ajsanchezsanz</code>
and
:user:<code>markgreene74</code>.</p>
<p><em>Related commits on GitHub:</em>
:commit:<code>64df0a6</code>.</p>
</li>
<li>
<p>Fixed <code>wrapped</code> and <code>func</code> not being accessible
in the Cython versions of
:func:<code>propcache.api.cached_property</code> and
:func:<code>propcache.api.under_cached_property</code> decorators -- by
:user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/propcache/issues/72">#72</a>.</p>
</li>
</ul>
<h2>Removals and backward incompatible breaking changes</h2>
<ul>
<li>
<p>Removed support for Python 3.8 as it has reached end of life -- by
:user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/propcache/issues/57">#57</a>.</p>
</li>
</ul>
<h2>Packaging updates and notes for downstreams</h2>
<ul>
<li>
<p>Stopped implicitly allowing the use of Cython pre-release versions
when
building the distribution package -- by :user:<code>ajsanchezsanz</code>
and
:user:<code>markgreene74</code>.</p>
<p><em>Related commits on GitHub:</em>
:commit:<code>64df0a6</code>.</p>
</li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aio-libs/propcache/blob/master/CHANGES.rst">propcache's
changelog</a>.</em></p>
<blockquote>
<h1>0.2.1</h1>
<p><em>(2024-12-01)</em></p>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Stopped implicitly allowing the use of Cython pre-release versions
when
building the distribution package -- by :user:<code>ajsanchezsanz</code>
and
:user:<code>markgreene74</code>.</p>
<p><em>Related commits on GitHub:</em>
:commit:<code>64df0a6</code>.</p>
</li>
<li>
<p>Fixed <code>wrapped</code> and <code>func</code> not being accessible
in the Cython versions of
:func:<code>propcache.api.cached_property</code> and
:func:<code>propcache.api.under_cached_property</code> decorators -- by
:user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>72</code>.</p>
</li>
</ul>
<h2>Removals and backward incompatible breaking changes</h2>
<ul>
<li>
<p>Removed support for Python 3.8 as it has reached end of life -- by
:user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>57</code>.</p>
</li>
</ul>
<h2>Packaging updates and notes for downstreams</h2>
<ul>
<li>
<p>Stopped implicitly allowing the use of Cython pre-release versions
when
building the distribution package -- by :user:<code>ajsanchezsanz</code>
and
:user:<code>markgreene74</code>.</p>
<p><em>Related commits on GitHub:</em>
:commit:<code>64df0a6</code>.</p>
</li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aio-libs/propcache/commit/24fd58a10551ec8e8db66d8612e10455774ca3aa"><code>24fd58a</code></a>
Split wheel builds to disable manylinux armv7l wheels (<a
href="https://redirect.github.com/aio-libs/propcache/issues/76">#76</a>)</li>
<li><a
href="https://github.com/aio-libs/propcache/commit/08091df5566c2620f032a272be1942165edca10c"><code>08091df</code></a>
Fix wheel builds when cffi needs to be built from source (<a
href="https://redirect.github.com/aio-libs/propcache/issues/75">#75</a>)</li>
<li><a
href="https://github.com/aio-libs/propcache/commit/b0a554f56be64b7f32a523c4a5425cf85182a244"><code>b0a554f</code></a>
Release 0.2.1 (<a
href="https://redirect.github.com/aio-libs/propcache/issues/74">#74</a>)</li>
<li><a
href="https://github.com/aio-libs/propcache/commit/4c943884c05cd44a31aa0a31a2dea962c59baebf"><code>4c94388</code></a>
Fix codecov upload (<a
href="https://redirect.github.com/aio-libs/propcache/issues/73">#73</a>)</li>
<li><a
href="https://github.com/aio-libs/propcache/commit/2514c3f033bb9e00441390e0d402295d0ca3c7df"><code>2514c3f</code></a>
Ensure wrapped function is accessible in Cython versions (<a
href="https://redirect.github.com/aio-libs/propcache/issues/72">#72</a>)</li>
<li><a
href="https://github.com/aio-libs/propcache/commit/cf8aab9a32760d39b7a011e8fe1b2146cc2e31b1"><code>cf8aab9</code></a>
Bump pypa/cibuildwheel from 2.21.3 to 2.22.0 (<a
href="https://redirect.github.com/aio-libs/propcache/issues/71">#71</a>)</li>
<li><a
href="https://github.com/aio-libs/propcache/commit/ef6af70cb5ebd1d5a0a739b6c6c388c0fae0fed2"><code>ef6af70</code></a>
Cleanup mypy config for codspeed (<a
href="https://redirect.github.com/aio-libs/propcache/issues/67">#67</a>)</li>
<li><a
href="https://github.com/aio-libs/propcache/commit/d6980a766f5a7c6d0f018ee67831c895abf64b90"><code>d6980a7</code></a>
🧪 Exclude <code>requirements/</code> from pytest discovery</li>
<li><a
href="https://github.com/aio-libs/propcache/commit/57eb5ae409c1b9f3324ddd4d3c5ba7fc062a61e3"><code>57eb5ae</code></a>
🧪 Fail test jobs on Codecov upload problems</li>
<li><a
href="https://github.com/aio-libs/propcache/commit/6222b019ae850878b4dca0d3e5f072b9b6949416"><code>6222b01</code></a>
🧪 Declare a packaging flag @ codecov</li>
<li>Additional commits viewable in <a
href="https://github.com/aio-libs/propcache/compare/v0.2.0...v0.2.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=propcache&package-manager=pip&previous-version=0.2.0&new-version=0.2.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [docutils](https://docutils.sourceforge.io) from 0.20.1 to 0.21.2.


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docutils&package-manager=pip&previous-version=0.20.1&new-version=0.21.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [wheel](https://github.com/pypa/wheel) from 0.44.0 to 0.45.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/wheel/releases">wheel's
releases</a>.</em></p>
<blockquote>
<h2>0.45.1</h2>
<ul>
<li>Fixed pure Python wheels converted from eggs and wininst files
having the ABI tag in the file name</li>
</ul>
<h2>0.45.0</h2>
<ul>
<li>
<p>Refactored the <code>convert</code> command to not need setuptools to
be installed</p>
</li>
<li>
<p>Don't configure setuptools logging unless running
<code>bdist_wheel</code></p>
</li>
<li>
<p>Added a redirection from <code>wheel.bdist_wheel.bdist_wheel</code>
to <code>setuptools.command.bdist_wheel.bdist_wheel</code> to improve
compatibility with <code>setuptools</code>' latest fixes.</p>
<p>Projects are still advised to migrate away from the deprecated module
and import the <code>setuptools</code>' implementation explicitly. (PR
by <a
href="https://github.com/abravalheri"><code>@​abravalheri</code></a>)</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/wheel/blob/main/docs/news.rst">wheel's
changelog</a>.</em></p>
<blockquote>
<h1>Release Notes</h1>
<p><strong>0.45.1 (2024-11-23)</strong></p>
<ul>
<li>Fixed pure Python wheels converted from eggs and wininst files
having the ABI tag in
the file name</li>
</ul>
<p><strong>0.45.0 (2024-11-08)</strong></p>
<ul>
<li>
<p>Refactored the <code>convert</code> command to not need setuptools to
be installed</p>
</li>
<li>
<p>Don't configure setuptools logging unless running
<code>bdist_wheel</code></p>
</li>
<li>
<p>Added a redirection from <code>wheel.bdist_wheel.bdist_wheel</code>
to
<code>setuptools.command.bdist_wheel.bdist_wheel</code> to improve
compatibility with
<code>setuptools</code>' latest fixes.</p>
<p>Projects are still advised to migrate away from the deprecated module
and import
the <code>setuptools</code>' implementation explicitly. (PR by <a
href="https://github.com/abravalheri"><code>@​abravalheri</code></a>)</p>
</li>
</ul>
<p><strong>0.44.0 (2024-08-04)</strong></p>
<ul>
<li>Canonicalized requirements in METADATA file (PR by Wim
Jeantine-Glenn)</li>
<li>Deprecated the <code>bdist_wheel</code> module, as the code was
migrated to <code>setuptools</code>
itself</li>
</ul>
<p><strong>0.43.0 (2024-03-11)</strong></p>
<ul>
<li>Dropped support for Python 3.7</li>
<li>Updated vendored <code>packaging</code> to 24.0</li>
</ul>
<p><strong>0.42.0 (2023-11-26)</strong></p>
<ul>
<li>Allowed removing build tag with <code>wheel tags --build
&quot;&quot;</code></li>
<li>Fixed <code>wheel pack</code> and <code>wheel tags</code> writing
updated <code>WHEEL</code> fields after a
blank line, causing other tools to ignore them</li>
<li>Fixed <code>wheel pack</code> and <code>wheel tags</code> writing
<code>WHEEL</code> with CRLF line endings or
a mix of CRLF and LF</li>
<li>Fixed <code>wheel pack --build-number &quot;&quot;</code> not
removing build tag from <code>WHEEL</code>
(above changes by Benjamin Gilbert)</li>
</ul>
<p><strong>0.41.3 (2023-10-30)</strong></p>
<ul>
<li>Updated vendored <code>packaging</code> to 23.2</li>
<li>Fixed ABI tag generation for CPython 3.13a1 on Windows (PR by Sam
Gross)</li>
</ul>
<p><strong>0.41.2 (2023-08-22)</strong></p>
<ul>
<li>Fixed platform tag detection for GraalPy and 32-bit python running
on an aarch64
kernel (PR by Matthieu Darbois)</li>
<li>Fixed <code>wheel tags</code> to not list directories in
<code>RECORD</code> files</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/wheel/commit/7855525de4093257e7bfb434877265e227356566"><code>7855525</code></a>
Created a new release</li>
<li><a
href="https://github.com/pypa/wheel/commit/d343391c20f8f6cc89a61a6f1573522c59d3d7a3"><code>d343391</code></a>
Fixed wrong wheel file names in converted pure-Python eggs/wininsts</li>
<li><a
href="https://github.com/pypa/wheel/commit/d78f0e372199f8294556345d867af4d3cf118418"><code>d78f0e3</code></a>
Created a new release</li>
<li><a
href="https://github.com/pypa/wheel/commit/f064c699209e36ec2948537b7cadabf84a110c30"><code>f064c69</code></a>
Added license files for vendored <code>packaging</code></li>
<li><a
href="https://github.com/pypa/wheel/commit/68387afcd33cb514a4da811d2fc5de73c8797e48"><code>68387af</code></a>
Only configure setuptools logging if bdist_wheel is imported (<a
href="https://redirect.github.com/pypa/wheel/issues/641">#641</a>)</li>
<li><a
href="https://github.com/pypa/wheel/commit/c81f5c954a8ca7698e6df9de39cf0013295949fa"><code>c81f5c9</code></a>
Refactored the <code>wheel convert</code> command to not require
setuptools (<a
href="https://redirect.github.com/pypa/wheel/issues/640">#640</a>)</li>
<li><a
href="https://github.com/pypa/wheel/commit/e43464d32feaddddb235ffe21b4bf13c1193465d"><code>e43464d</code></a>
Adjusted target Python versions in GitHub CI</li>
<li><a
href="https://github.com/pypa/wheel/commit/e9894e71bc62e5808710bc8c2c268de51aef52d4"><code>e9894e7</code></a>
Tweaked pytest settings to make the tracebacks easier to read</li>
<li><a
href="https://github.com/pypa/wheel/commit/baf6bf89562cb42a0ca71cc1e804600b161952eb"><code>baf6bf8</code></a>
Removed Cirrus CI configuration</li>
<li><a
href="https://github.com/pypa/wheel/commit/28c1ba1e2a6d08edc03c73e29293a571888981f9"><code>28c1ba1</code></a>
Improved compatibility with future versions of <code>setuptools</code>
(<a
href="https://redirect.github.com/pypa/wheel/issues/638">#638</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/wheel/compare/0.44.0...0.45.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=wheel&package-manager=pip&previous-version=0.44.0&new-version=0.45.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [cherry-picker](https://github.com/python/cherry-picker) from
2.2.0 to 2.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/python/cherry-picker/releases">cherry-picker's
releases</a>.</em></p>
<blockquote>
<h2>cherry-picker-v2.4.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Add support for Python 3.14 by <a
href="https://github.com/hugovk"><code>@​hugovk</code></a> in <a
href="https://redirect.github.com/python/cherry-picker/pull/145">python/cherry-picker#145</a></li>
<li>Allow passing a base branch that doesn't have version info by <a
href="https://github.com/Jackenmen"><code>@​Jackenmen</code></a> in <a
href="https://redirect.github.com/python/cherry-picker/pull/70">python/cherry-picker#70</a></li>
<li>Generate <code>__version__</code> at build to avoid slow
<code>importlib.metadata</code> import by <a
href="https://github.com/hugovk"><code>@​hugovk</code></a> in <a
href="https://redirect.github.com/python/cherry-picker/pull/141">python/cherry-picker#141</a></li>
<li>PyPI metatada: re-add description by <a
href="https://github.com/hugovk"><code>@​hugovk</code></a> in <a
href="https://redirect.github.com/python/cherry-picker/pull/140">python/cherry-picker#140</a></li>
<li>Remove outdated README info by <a
href="https://github.com/hugovk"><code>@​hugovk</code></a> in <a
href="https://redirect.github.com/python/cherry-picker/pull/143">python/cherry-picker#143</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/python/cherry-picker/compare/cherry-picker-v2.3.0...cherry-picker-v2.4.0">https://github.com/python/cherry-picker/compare/cherry-picker-v2.3.0...cherry-picker-v2.4.0</a></p>
<h2>cherry-picker v2.3.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add Python 3.13 to the testing matrix by <a
href="https://github.com/ezio-melotti"><code>@​ezio-melotti</code></a>
in <a
href="https://redirect.github.com/python/cherry-picker/pull/127">python/cherry-picker#127</a>
<ul>
<li>Add Trove classifier for Python 3.13 by <a
href="https://github.com/hugovk"><code>@​hugovk</code></a> in <a
href="https://redirect.github.com/python/cherry-picker/pull/134">python/cherry-picker#134</a></li>
</ul>
</li>
<li>Drop support for Python 3.8 by <a
href="https://github.com/hugovk"><code>@​hugovk</code></a> in <a
href="https://redirect.github.com/python/cherry-picker/pull/133">python/cherry-picker#133</a>
<ul>
<li>Update minimum Python version to 3.9 in the configuration by <a
href="https://github.com/OlenaYefymenko"><code>@​OlenaYefymenko</code></a>
in <a
href="https://redirect.github.com/python/cherry-picker/pull/137">python/cherry-picker#137</a></li>
</ul>
</li>
<li>Resolve usernames when the remote ends with a trailing slash by <a
href="https://github.com/AA-Turner"><code>@​AA-Turner</code></a> in <a
href="https://redirect.github.com/python/cherry-picker/pull/110">python/cherry-picker#110</a></li>
<li>Optimize <code>validate_sha()</code> with <code>--max-count=1</code>
by <a href="https://github.com/aloisklink"><code>@​aloisklink</code></a>
in <a
href="https://redirect.github.com/python/cherry-picker/pull/111">python/cherry-picker#111</a></li>
<li>Make # replacing more strict by <a
href="https://github.com/serhiy-storchaka"><code>@​serhiy-storchaka</code></a>
in <a
href="https://redirect.github.com/python/cherry-picker/pull/115">python/cherry-picker#115</a></li>
<li>Remove multiple commit prefixes by <a
href="https://github.com/serhiy-storchaka"><code>@​serhiy-storchaka</code></a>
in <a
href="https://redirect.github.com/python/cherry-picker/pull/118">python/cherry-picker#118</a></li>
<li>Handle whitespace when calculating usernames by <a
href="https://github.com/AA-Turner"><code>@​AA-Turner</code></a> in <a
href="https://redirect.github.com/python/cherry-picker/pull/132">python/cherry-picker#132</a></li>
<li>Generate digital attestations for PyPI (PEP 740) by <a
href="https://github.com/hugovk"><code>@​hugovk</code></a> in <a
href="https://redirect.github.com/python/cherry-picker/pull/135">python/cherry-picker#135</a></li>
<li>Publish to PyPI using Trusted Publishers by <a
href="https://github.com/hugovk"><code>@​hugovk</code></a> in <a
href="https://redirect.github.com/python/cherry-picker/pull/94">python/cherry-picker#94</a></li>
<li>Fetch tags so hatch-vcs can set the version number by <a
href="https://github.com/hugovk"><code>@​hugovk</code></a> in <a
href="https://redirect.github.com/python/cherry-picker/pull/95">python/cherry-picker#95</a></li>
<li>Add release checklist by <a
href="https://github.com/hugovk"><code>@​hugovk</code></a> in <a
href="https://redirect.github.com/python/cherry-picker/pull/98">python/cherry-picker#98</a>
<ul>
<li>Fix Markdown links by <a
href="https://github.com/hugovk"><code>@​hugovk</code></a> in <a
href="https://redirect.github.com/python/cherry-picker/pull/101">python/cherry-picker#101</a></li>
</ul>
</li>
<li>Move changelog to own file by <a
href="https://github.com/hugovk"><code>@​hugovk</code></a> in <a
href="https://redirect.github.com/python/cherry-picker/pull/104">python/cherry-picker#104</a></li>
<li>Add GHA ecosystem to <code>dependabot.yml</code>. by <a
href="https://github.com/ezio-melotti"><code>@​ezio-melotti</code></a>
in <a
href="https://redirect.github.com/python/cherry-picker/pull/103">python/cherry-picker#103</a></li>
<li>Fix CI: ignore CVE-2023-5752 by <a
href="https://github.com/hugovk"><code>@​hugovk</code></a> in <a
href="https://redirect.github.com/python/cherry-picker/pull/102">python/cherry-picker#102</a>
<ul>
<li>Revert <a
href="https://redirect.github.com/python/cherry-picker/issues/102">#102</a>
after upstream fix by <a
href="https://github.com/ezio-melotti"><code>@​ezio-melotti</code></a>
in <a
href="https://redirect.github.com/python/cherry-picker/pull/126">python/cherry-picker#126</a></li>
</ul>
</li>
<li>Lint on GitHub Actions via pre-commit by <a
href="https://github.com/hugovk"><code>@​hugovk</code></a> in <a
href="https://redirect.github.com/python/cherry-picker/pull/93">python/cherry-picker#93</a></li>
<li>Convert README to Markdown by <a
href="https://github.com/hugovk"><code>@​hugovk</code></a> in <a
href="https://redirect.github.com/python/cherry-picker/pull/125">python/cherry-picker#125</a></li>
<li>Ignore Jinja2 CVE warning in <code>safety</code> dep by <a
href="https://github.com/ezio-melotti"><code>@​ezio-melotti</code></a>
in <a
href="https://redirect.github.com/python/cherry-picker/pull/129">python/cherry-picker#129</a></li>
<li>Remove <code>setuptools</code> installation for <code>safety</code>
3 by <a
href="https://github.com/ezio-melotti"><code>@​ezio-melotti</code></a>
in <a
href="https://redirect.github.com/python/cherry-picker/pull/128">python/cherry-picker#128</a></li>
<li>Update actions/download-artifact to v4 in deploy.yml. by <a
href="https://github.com/ezio-melotti"><code>@​ezio-melotti</code></a>
in <a
href="https://redirect.github.com/python/cherry-picker/pull/131">python/cherry-picker#131</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/ezio-melotti"><code>@​ezio-melotti</code></a>
made their first contribution in <a
href="https://redirect.github.com/python/cherry-picker/pull/103">python/cherry-picker#103</a></li>
<li><a href="https://github.com/AA-Turner"><code>@​AA-Turner</code></a>
made their first contribution in <a
href="https://redirect.github.com/python/cherry-picker/pull/110">python/cherry-picker#110</a></li>
<li><a
href="https://github.com/aloisklink"><code>@​aloisklink</code></a> made
their first contribution in <a
href="https://redirect.github.com/python/cherry-picker/pull/111">python/cherry-picker#111</a></li>
<li><a
href="https://github.com/serhiy-storchaka"><code>@​serhiy-storchaka</code></a>
made their first contribution in <a
href="https://redirect.github.com/python/cherry-picker/pull/115">python/cherry-picker#115</a></li>
<li><a
href="https://github.com/OlenaYefymenko"><code>@​OlenaYefymenko</code></a>
made their first contribution in <a
href="https://redirect.github.com/python/cherry-picker/pull/137">python/cherry-picker#137</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/python/cherry-picker/compare/cherry-picker-v2.0.0...cherry-picker-v2.3.0">https://github.com/python/cherry-picker/compare/cherry-picker-v2.0.0...cherry-picker-v2.3.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python/cherry-picker/blob/main/CHANGELOG.md">cherry-picker's
changelog</a>.</em></p>
<blockquote>
<h2>2.4.0</h2>
<ul>
<li>Add support for Python 3.14 (<a
href="https://redirect.github.com/python/cherry-picker/pull/145">PR
145</a></li>
<li>Allow passing a base branch that doesn't have version info
(<a href="https://redirect.github.com/python/cherry-picker/pull/70">PR
70</a>
<ul>
<li>This makes cherry-picker useful for projects other than CPython that
don't
have versioned branch names.</li>
</ul>
</li>
</ul>
<h2>2.3.0</h2>
<ul>
<li>Add support for Python 3.13
(<a href="https://redirect.github.com/python/cherry-picker/pull/127">PR
127</a>,
<a href="https://redirect.github.com/python/cherry-picker/pull/134">PR
134</a>)</li>
<li>Drop support for EOL Python 3.8
(<a href="https://redirect.github.com/python/cherry-picker/pull/133">PR
133</a>,
<a href="https://redirect.github.com/python/cherry-picker/pull/137">PR
137</a>)</li>
<li>Resolve usernames when the remote ends with a trailing slash (<a
href="https://redirect.github.com/python/cherry-picker/pull/110">PR
110</a>)</li>
<li>Optimize <code>validate_sha()</code> with <code>--max-count=1</code>
(<a href="https://redirect.github.com/python/cherry-picker/pull/111">PR
111</a>)</li>
<li>Make # replacing more strict (<a
href="https://redirect.github.com/python/cherry-picker/pull/115">PR
115</a>)</li>
<li>Remove multiple commit prefixes (<a
href="https://redirect.github.com/python/cherry-picker/pull/118">PR
118</a>)</li>
<li>Handle whitespace when calculating usernames (<a
href="https://redirect.github.com/python/cherry-picker/pull/132">PR
132</a>)</li>
<li>Publish to PyPI using Trusted Publishers (<a
href="https://redirect.github.com/python/cherry-picker/pull/94">PR
94</a>)</li>
<li>Generate digital attestations for PyPI (<a
href="https://peps.python.org/pep-0740/">PEP 740</a>)
(<a href="https://redirect.github.com/python/cherry-picker/pull/135">PR
135</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python/cherry-picker/commit/34d27ebfaec3cdacd8668f63bdfebb43bcf58d65"><code>34d27eb</code></a>
Update changelog for 2.4.0 (<a
href="https://redirect.github.com/python/cherry-picker/issues/146">#146</a>)</li>
<li><a
href="https://github.com/python/cherry-picker/commit/c81925c40294caef500dcab322777eb6e736055f"><code>c81925c</code></a>
Add support for Python 3.14 (<a
href="https://redirect.github.com/python/cherry-picker/issues/145">#145</a>)</li>
<li><a
href="https://github.com/python/cherry-picker/commit/940787a84e15a622e56ca61a3b6c7c81a86e6e17"><code>940787a</code></a>
Allow passing a base branch that doesn't have version info (<a
href="https://redirect.github.com/python/cherry-picker/issues/70">#70</a>)</li>
<li><a
href="https://github.com/python/cherry-picker/commit/a1552fb35a073b0789bf4f0efb1714f302953c3a"><code>a1552fb</code></a>
Remove outdated README info (<a
href="https://redirect.github.com/python/cherry-picker/issues/143">#143</a>)</li>
<li><a
href="https://github.com/python/cherry-picker/commit/7721133ef148db8a5d6787fd1920a80587d2607b"><code>7721133</code></a>
PyPI metatada: re-add description (<a
href="https://redirect.github.com/python/cherry-picker/issues/140">#140</a>)</li>
<li><a
href="https://github.com/python/cherry-picker/commit/a7d1d0de9d5bcf1461aaae45c28ea8ffa6dfc949"><code>a7d1d0d</code></a>
Generate <code>__version__</code> at build to avoid slow
<code>importlib.metadata</code> import (<a
href="https://redirect.github.com/python/cherry-picker/issues/141">#141</a>)</li>
<li><a
href="https://github.com/python/cherry-picker/commit/71490d0ded27a1dabfacc11ad763fa636e470819"><code>71490d0</code></a>
Exclude bots from generated release notes (<a
href="https://redirect.github.com/python/cherry-picker/issues/139">#139</a>)</li>
<li><a
href="https://github.com/python/cherry-picker/commit/52565cb447f0416a0cc51522a5bea64ec396e323"><code>52565cb</code></a>
Update changelog for 2.3.0 (<a
href="https://redirect.github.com/python/cherry-picker/issues/138">#138</a>)</li>
<li><a
href="https://github.com/python/cherry-picker/commit/7fdaa0846ec6fca37f7778109778dbdb3b66d68c"><code>7fdaa08</code></a>
Update minimum Python version to 3.9 in the configuration (<a
href="https://redirect.github.com/python/cherry-picker/issues/137">#137</a>)</li>
<li><a
href="https://github.com/python/cherry-picker/commit/e2540afb076226e667b832c7c4b5d4669e0fd1af"><code>e2540af</code></a>
Generate digital attestations for PyPI (PEP 740) (<a
href="https://redirect.github.com/python/cherry-picker/issues/135">#135</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/python/cherry-picker/compare/cherry-picker-v2.2.0...cherry-picker-v2.4.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cherry-picker&package-manager=pip&previous-version=2.2.0&new-version=2.4.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [trustme](https://github.com/python-trio/trustme) from 1.1.0 to
1.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/python-trio/trustme/releases">trustme's
releases</a>.</em></p>
<blockquote>
<h2>1.2.0</h2>
<h2>Features</h2>
<ul>
<li>Add support for Python 3.13. (<a
href="https://redirect.github.com/python-trio/trustme/issues/664">#664</a>)</li>
<li>Allow setting of cert's notBefore attribute (<a
href="https://redirect.github.com/python-trio/trustme/issues/628">#628</a>)</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>Add the Authority Key Identifier extension to child CA certificates.
(<a
href="https://redirect.github.com/python-trio/trustme/issues/642">#642</a>)</li>
</ul>
<h2>Deprecations and Removals</h2>
<ul>
<li>Remove support for Python 3.8 and PyPy 3.9. (<a
href="https://redirect.github.com/python-trio/trustme/issues/664">#664</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python-trio/trustme/commit/40e0fca1a1d5f8369cb03cec72212f2074b6ab63"><code>40e0fca</code></a>
Release 1.2.0</li>
<li><a
href="https://github.com/python-trio/trustme/commit/83ffe5138cc8a97137635e9e73f47a6efda78aa0"><code>83ffe51</code></a>
Switch from setup.py to pyproject.toml (<a
href="https://redirect.github.com/python-trio/trustme/issues/665">#665</a>)</li>
<li><a
href="https://github.com/python-trio/trustme/commit/e3c3bda6241b4331996a6befbe8db17267db3d09"><code>e3c3bda</code></a>
Fix coverage needs</li>
<li><a
href="https://github.com/python-trio/trustme/commit/a19f69970e07ff9b7292fa510b08d85dbd843220"><code>a19f699</code></a>
Support Python 3.13, drop 3.8 and PyPy 3.9</li>
<li><a
href="https://github.com/python-trio/trustme/commit/843d25d07ac61a7e7855b38f7263b94544d3c516"><code>843d25d</code></a>
Bump the dependencies group with 7 updates (<a
href="https://redirect.github.com/python-trio/trustme/issues/662">#662</a>)</li>
<li><a
href="https://github.com/python-trio/trustme/commit/c7e64a69368debcd2b43bdc0a98df1e7d46a09a1"><code>c7e64a6</code></a>
Bump GitHub Actions, fix CI and coverage (<a
href="https://redirect.github.com/python-trio/trustme/issues/663">#663</a>)</li>
<li><a
href="https://github.com/python-trio/trustme/commit/7b7f43596a039ef27dcf3e26e45ed138e482acfc"><code>7b7f435</code></a>
Bump the dependencies group with 7 updates (<a
href="https://redirect.github.com/python-trio/trustme/issues/660">#660</a>)</li>
<li><a
href="https://github.com/python-trio/trustme/commit/621d131e703e187b74bd87d69521b4bc4d185e55"><code>621d131</code></a>
Bump the dependencies group with 3 updates (<a
href="https://redirect.github.com/python-trio/trustme/issues/659">#659</a>)</li>
<li><a
href="https://github.com/python-trio/trustme/commit/a4a82f3f8deb69ee747bed339a6bcdcf6e82dfbf"><code>a4a82f3</code></a>
Bump the dependencies group with 14 updates (<a
href="https://redirect.github.com/python-trio/trustme/issues/658">#658</a>)</li>
<li><a
href="https://github.com/python-trio/trustme/commit/586f7759d5c27beb44da60615a71848eb2a5a490"><code>586f775</code></a>
Bump cryptography from 41.0.7 to 42.0.4 (<a
href="https://redirect.github.com/python-trio/trustme/issues/638">#638</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/python-trio/trustme/compare/v1.1.0...v1.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=trustme&package-manager=pip&previous-version=1.1.0&new-version=1.2.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@pull pull bot added the ⤵️ pull label Dec 24, 2024
@pull pull bot merged commit f52ec5c into tj-python:master Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants