Skip to content

Revert StreamWrapper removal to restore Python 3.9.{0,6} compat #13364

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 2, 2025

Conversation

ichard26
Copy link
Member

Partial revert of commit 502d08c which is incompatible with Python 3.9.6 and older.

Fixes #13359.

Partial revert of commit 502d08c
which is incompatible with Python 3.9.6 and older.
@pfmoore pfmoore merged commit 426856f into pypa:main May 2, 2025
29 checks passed
@pfmoore pfmoore mentioned this pull request May 2, 2025
@ichard26 ichard26 deleted the bugfix/python39 branch May 2, 2025 17:22
inmantaci pushed a commit to inmanta/inmanta-core that referenced this pull request May 2, 2025
Bumps [pip](https://github.com/pypa/pip) from 25.1 to 25.1.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/pypa/pip/blob/main/NEWS.rst">pip's changelog</a>.</em></p>
<blockquote>
<h1>25.1.1 (2025-05-02)</h1>
<h2>Bug Fixes</h2>
<ul>
<li>Fix <code>req.source_dir</code> AssertionError when using the legacy resolver. (<code>[#13353](pypa/pip#13353) &lt;https://github.com/pypa/pip/issues/13353&gt;</code>_)</li>
<li>Fix crash on Python 3.9.6 and lower when pip failed to compile a Python module
during installation. (<code>[#13364](pypa/pip#13364) &lt;https://github.com/pypa/pip/issues/13364&gt;</code>_)</li>
<li>Names in dependency group includes are now normalized before lookup, which
fixes incorrect <code>Dependency group '...' not found</code> errors. (<code>[#13372](pypa/pip#13372) &lt;https://github.com/pypa/pip/issues/13372&gt;</code>_)</li>
</ul>
<h2>Vendored Libraries</h2>
<ul>
<li>Fix issues with using tomllib from the stdlib if available, rather than tomli</li>
<li>Upgrade dependency-groups to 1.3.1</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pypa/pip/commit/01857ef79f59a98db592bacb6e7b48f354528c80"><code>01857ef</code></a> Bump for release</li>
<li><a href="https://github.com/pypa/pip/commit/08d8bb91e2c7734f98f828e28215aba15784012a"><code>08d8bb9</code></a> Merge pull request <a href="https://redirect.github.com/pypa/pip/issues/13374">#13374</a> from pfmoore/fixups</li>
<li><a href="https://github.com/pypa/pip/commit/2bff84e495a3d31008088c168c5ab9bfa633a172"><code>2bff84e</code></a> Merge pull request <a href="https://redirect.github.com/pypa/pip/issues/13363">#13363</a> from sbidoul/fix-source_dir-assert</li>
<li><a href="https://github.com/pypa/pip/commit/644e71d6e339035836dce0adbf59f881b334e186"><code>644e71d</code></a> News file fixups</li>
<li><a href="https://github.com/pypa/pip/commit/426856f496a8f84f1e36fded83b3d5e74968a786"><code>426856f</code></a> Merge pull request <a href="https://redirect.github.com/pypa/pip/issues/13364">#13364</a> from ichard26/bugfix/python39</li>
<li><a href="https://github.com/pypa/pip/commit/b7e3aead483baf42ca00e29b9758338ad19c130b"><code>b7e3aea</code></a> Merge pull request <a href="https://redirect.github.com/pypa/pip/issues/13356">#13356</a> from eli-schwartz/tomllib</li>
<li><a href="https://github.com/pypa/pip/commit/8c678fe85daaf11d8dd6a43b7835088513944655"><code>8c678fe</code></a> Merge pull request <a href="https://redirect.github.com/pypa/pip/issues/13373">#13373</a> from sirosen/update-vendored-dependency-groups</li>
<li><a href="https://github.com/pypa/pip/commit/7d006399c0d0d38e55d56a6b0732e959bf75f796"><code>7d00639</code></a> Update newsfiles for dependency-groups patch</li>
<li><a href="https://github.com/pypa/pip/commit/6d28bbf065a292f67d3d66d8f47fba15a1a2d512"><code>6d28bbf</code></a> Update version of <code>dependency-groups</code> to v1.3.1</li>
<li><a href="https://github.com/pypa/pip/commit/94bd66d615d5f9036c53196f4f2acb7c71d5010c"><code>94bd66d</code></a> Revert StreamWrapper removal to restore Python 3.9.{0,6} compat</li>
<li>Additional commits viewable in <a href="https://github.com/pypa/pip/compare/25.1...25.1.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pip&package-manager=pip&previous-version=25.1&new-version=25.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>
inmantaci pushed a commit to inmanta/inmanta-core that referenced this pull request May 2, 2025
Bumps [pip](https://github.com/pypa/pip) from 25.1 to 25.1.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/pypa/pip/blob/main/NEWS.rst">pip's changelog</a>.</em></p>
<blockquote>
<h1>25.1.1 (2025-05-02)</h1>
<h2>Bug Fixes</h2>
<ul>
<li>Fix <code>req.source_dir</code> AssertionError when using the legacy resolver. (<code>[#13353](pypa/pip#13353) &lt;https://github.com/pypa/pip/issues/13353&gt;</code>_)</li>
<li>Fix crash on Python 3.9.6 and lower when pip failed to compile a Python module
during installation. (<code>[#13364](pypa/pip#13364) &lt;https://github.com/pypa/pip/issues/13364&gt;</code>_)</li>
<li>Names in dependency group includes are now normalized before lookup, which
fixes incorrect <code>Dependency group '...' not found</code> errors. (<code>[#13372](pypa/pip#13372) &lt;https://github.com/pypa/pip/issues/13372&gt;</code>_)</li>
</ul>
<h2>Vendored Libraries</h2>
<ul>
<li>Fix issues with using tomllib from the stdlib if available, rather than tomli</li>
<li>Upgrade dependency-groups to 1.3.1</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pypa/pip/commit/01857ef79f59a98db592bacb6e7b48f354528c80"><code>01857ef</code></a> Bump for release</li>
<li><a href="https://github.com/pypa/pip/commit/08d8bb91e2c7734f98f828e28215aba15784012a"><code>08d8bb9</code></a> Merge pull request <a href="https://redirect.github.com/pypa/pip/issues/13374">#13374</a> from pfmoore/fixups</li>
<li><a href="https://github.com/pypa/pip/commit/2bff84e495a3d31008088c168c5ab9bfa633a172"><code>2bff84e</code></a> Merge pull request <a href="https://redirect.github.com/pypa/pip/issues/13363">#13363</a> from sbidoul/fix-source_dir-assert</li>
<li><a href="https://github.com/pypa/pip/commit/644e71d6e339035836dce0adbf59f881b334e186"><code>644e71d</code></a> News file fixups</li>
<li><a href="https://github.com/pypa/pip/commit/426856f496a8f84f1e36fded83b3d5e74968a786"><code>426856f</code></a> Merge pull request <a href="https://redirect.github.com/pypa/pip/issues/13364">#13364</a> from ichard26/bugfix/python39</li>
<li><a href="https://github.com/pypa/pip/commit/b7e3aead483baf42ca00e29b9758338ad19c130b"><code>b7e3aea</code></a> Merge pull request <a href="https://redirect.github.com/pypa/pip/issues/13356">#13356</a> from eli-schwartz/tomllib</li>
<li><a href="https://github.com/pypa/pip/commit/8c678fe85daaf11d8dd6a43b7835088513944655"><code>8c678fe</code></a> Merge pull request <a href="https://redirect.github.com/pypa/pip/issues/13373">#13373</a> from sirosen/update-vendored-dependency-groups</li>
<li><a href="https://github.com/pypa/pip/commit/7d006399c0d0d38e55d56a6b0732e959bf75f796"><code>7d00639</code></a> Update newsfiles for dependency-groups patch</li>
<li><a href="https://github.com/pypa/pip/commit/6d28bbf065a292f67d3d66d8f47fba15a1a2d512"><code>6d28bbf</code></a> Update version of <code>dependency-groups</code> to v1.3.1</li>
<li><a href="https://github.com/pypa/pip/commit/94bd66d615d5f9036c53196f4f2acb7c71d5010c"><code>94bd66d</code></a> Revert StreamWrapper removal to restore Python 3.9.{0,6} compat</li>
<li>Additional commits viewable in <a href="https://github.com/pypa/pip/compare/25.1...25.1.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pip&package-manager=pip&previous-version=25.1&new-version=25.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>
github-actions bot pushed a commit to aio-libs/aiohttp that referenced this pull request May 2, 2025
Bumps [pip](https://github.com/pypa/pip) from 25.1 to 25.1.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/pip/blob/main/NEWS.rst">pip's
changelog</a>.</em></p>
<blockquote>
<h1>25.1.1 (2025-05-02)</h1>
<h2>Bug Fixes</h2>
<ul>
<li>Fix <code>req.source_dir</code> AssertionError when using the legacy
resolver. (<code>[#13353](pypa/pip#13353)
&lt;https://github.com/pypa/pip/issues/13353&gt;</code>_)</li>
<li>Fix crash on Python 3.9.6 and lower when pip failed to compile a
Python module
during installation.
(<code>[#13364](pypa/pip#13364)
&lt;https://github.com/pypa/pip/issues/13364&gt;</code>_)</li>
<li>Names in dependency group includes are now normalized before lookup,
which
fixes incorrect <code>Dependency group '...' not found</code> errors.
(<code>[#13372](pypa/pip#13372)
&lt;https://github.com/pypa/pip/issues/13372&gt;</code>_)</li>
</ul>
<h2>Vendored Libraries</h2>
<ul>
<li>Fix issues with using tomllib from the stdlib if available, rather
than tomli</li>
<li>Upgrade dependency-groups to 1.3.1</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/pip/commit/01857ef79f59a98db592bacb6e7b48f354528c80"><code>01857ef</code></a>
Bump for release</li>
<li><a
href="https://github.com/pypa/pip/commit/08d8bb91e2c7734f98f828e28215aba15784012a"><code>08d8bb9</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pip/issues/13374">#13374</a> from
pfmoore/fixups</li>
<li><a
href="https://github.com/pypa/pip/commit/2bff84e495a3d31008088c168c5ab9bfa633a172"><code>2bff84e</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pip/issues/13363">#13363</a> from
sbidoul/fix-source_dir-assert</li>
<li><a
href="https://github.com/pypa/pip/commit/644e71d6e339035836dce0adbf59f881b334e186"><code>644e71d</code></a>
News file fixups</li>
<li><a
href="https://github.com/pypa/pip/commit/426856f496a8f84f1e36fded83b3d5e74968a786"><code>426856f</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pip/issues/13364">#13364</a> from
ichard26/bugfix/python39</li>
<li><a
href="https://github.com/pypa/pip/commit/b7e3aead483baf42ca00e29b9758338ad19c130b"><code>b7e3aea</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pip/issues/13356">#13356</a> from
eli-schwartz/tomllib</li>
<li><a
href="https://github.com/pypa/pip/commit/8c678fe85daaf11d8dd6a43b7835088513944655"><code>8c678fe</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pip/issues/13373">#13373</a> from
sirosen/update-vendored-dependency-groups</li>
<li><a
href="https://github.com/pypa/pip/commit/7d006399c0d0d38e55d56a6b0732e959bf75f796"><code>7d00639</code></a>
Update newsfiles for dependency-groups patch</li>
<li><a
href="https://github.com/pypa/pip/commit/6d28bbf065a292f67d3d66d8f47fba15a1a2d512"><code>6d28bbf</code></a>
Update version of <code>dependency-groups</code> to v1.3.1</li>
<li><a
href="https://github.com/pypa/pip/commit/94bd66d615d5f9036c53196f4f2acb7c71d5010c"><code>94bd66d</code></a>
Revert StreamWrapper removal to restore Python 3.9.{0,6} compat</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/pip/compare/25.1...25.1.1">compare
view</a></li>
</ul>
</details>
<br />


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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-actions bot pushed a commit to aio-libs/aiohttp that referenced this pull request May 2, 2025
Bumps [pip](https://github.com/pypa/pip) from 25.1 to 25.1.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/pip/blob/main/NEWS.rst">pip's
changelog</a>.</em></p>
<blockquote>
<h1>25.1.1 (2025-05-02)</h1>
<h2>Bug Fixes</h2>
<ul>
<li>Fix <code>req.source_dir</code> AssertionError when using the legacy
resolver. (<code>[#13353](pypa/pip#13353)
&lt;https://github.com/pypa/pip/issues/13353&gt;</code>_)</li>
<li>Fix crash on Python 3.9.6 and lower when pip failed to compile a
Python module
during installation.
(<code>[#13364](pypa/pip#13364)
&lt;https://github.com/pypa/pip/issues/13364&gt;</code>_)</li>
<li>Names in dependency group includes are now normalized before lookup,
which
fixes incorrect <code>Dependency group '...' not found</code> errors.
(<code>[#13372](pypa/pip#13372)
&lt;https://github.com/pypa/pip/issues/13372&gt;</code>_)</li>
</ul>
<h2>Vendored Libraries</h2>
<ul>
<li>Fix issues with using tomllib from the stdlib if available, rather
than tomli</li>
<li>Upgrade dependency-groups to 1.3.1</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/pip/commit/01857ef79f59a98db592bacb6e7b48f354528c80"><code>01857ef</code></a>
Bump for release</li>
<li><a
href="https://github.com/pypa/pip/commit/08d8bb91e2c7734f98f828e28215aba15784012a"><code>08d8bb9</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pip/issues/13374">#13374</a> from
pfmoore/fixups</li>
<li><a
href="https://github.com/pypa/pip/commit/2bff84e495a3d31008088c168c5ab9bfa633a172"><code>2bff84e</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pip/issues/13363">#13363</a> from
sbidoul/fix-source_dir-assert</li>
<li><a
href="https://github.com/pypa/pip/commit/644e71d6e339035836dce0adbf59f881b334e186"><code>644e71d</code></a>
News file fixups</li>
<li><a
href="https://github.com/pypa/pip/commit/426856f496a8f84f1e36fded83b3d5e74968a786"><code>426856f</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pip/issues/13364">#13364</a> from
ichard26/bugfix/python39</li>
<li><a
href="https://github.com/pypa/pip/commit/b7e3aead483baf42ca00e29b9758338ad19c130b"><code>b7e3aea</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pip/issues/13356">#13356</a> from
eli-schwartz/tomllib</li>
<li><a
href="https://github.com/pypa/pip/commit/8c678fe85daaf11d8dd6a43b7835088513944655"><code>8c678fe</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pip/issues/13373">#13373</a> from
sirosen/update-vendored-dependency-groups</li>
<li><a
href="https://github.com/pypa/pip/commit/7d006399c0d0d38e55d56a6b0732e959bf75f796"><code>7d00639</code></a>
Update newsfiles for dependency-groups patch</li>
<li><a
href="https://github.com/pypa/pip/commit/6d28bbf065a292f67d3d66d8f47fba15a1a2d512"><code>6d28bbf</code></a>
Update version of <code>dependency-groups</code> to v1.3.1</li>
<li><a
href="https://github.com/pypa/pip/commit/94bd66d615d5f9036c53196f4f2acb7c71d5010c"><code>94bd66d</code></a>
Revert StreamWrapper removal to restore Python 3.9.{0,6} compat</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/pip/compare/25.1...25.1.1">compare
view</a></li>
</ul>
</details>
<br />


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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-merge-queue bot pushed a commit to MeltanoLabs/target-csv that referenced this pull request May 5, 2025
Bumps the ci group in /.github/workflows with 2 updates:
[pip](https://github.com/pypa/pip) and
[poetry](https://github.com/python-poetry/poetry).

Updates `pip` from 25.1 to 25.1.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/pip/blob/main/NEWS.rst">pip's
changelog</a>.</em></p>
<blockquote>
<h1>25.1.1 (2025-05-02)</h1>
<h2>Bug Fixes</h2>
<ul>
<li>Fix <code>req.source_dir</code> AssertionError when using the legacy
resolver. (<code>[#13353](pypa/pip#13353)
&lt;https://github.com/pypa/pip/issues/13353&gt;</code>_)</li>
<li>Fix crash on Python 3.9.6 and lower when pip failed to compile a
Python module
during installation.
(<code>[#13364](pypa/pip#13364)
&lt;https://github.com/pypa/pip/issues/13364&gt;</code>_)</li>
<li>Names in dependency group includes are now normalized before lookup,
which
fixes incorrect <code>Dependency group '...' not found</code> errors.
(<code>[#13372](pypa/pip#13372)
&lt;https://github.com/pypa/pip/issues/13372&gt;</code>_)</li>
</ul>
<h2>Vendored Libraries</h2>
<ul>
<li>Fix issues with using tomllib from the stdlib if available, rather
than tomli</li>
<li>Upgrade dependency-groups to 1.3.1</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/pip/commit/01857ef79f59a98db592bacb6e7b48f354528c80"><code>01857ef</code></a>
Bump for release</li>
<li><a
href="https://github.com/pypa/pip/commit/08d8bb91e2c7734f98f828e28215aba15784012a"><code>08d8bb9</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pip/issues/13374">#13374</a> from
pfmoore/fixups</li>
<li><a
href="https://github.com/pypa/pip/commit/2bff84e495a3d31008088c168c5ab9bfa633a172"><code>2bff84e</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pip/issues/13363">#13363</a> from
sbidoul/fix-source_dir-assert</li>
<li><a
href="https://github.com/pypa/pip/commit/644e71d6e339035836dce0adbf59f881b334e186"><code>644e71d</code></a>
News file fixups</li>
<li><a
href="https://github.com/pypa/pip/commit/426856f496a8f84f1e36fded83b3d5e74968a786"><code>426856f</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pip/issues/13364">#13364</a> from
ichard26/bugfix/python39</li>
<li><a
href="https://github.com/pypa/pip/commit/b7e3aead483baf42ca00e29b9758338ad19c130b"><code>b7e3aea</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pip/issues/13356">#13356</a> from
eli-schwartz/tomllib</li>
<li><a
href="https://github.com/pypa/pip/commit/8c678fe85daaf11d8dd6a43b7835088513944655"><code>8c678fe</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pip/issues/13373">#13373</a> from
sirosen/update-vendored-dependency-groups</li>
<li><a
href="https://github.com/pypa/pip/commit/7d006399c0d0d38e55d56a6b0732e959bf75f796"><code>7d00639</code></a>
Update newsfiles for dependency-groups patch</li>
<li><a
href="https://github.com/pypa/pip/commit/6d28bbf065a292f67d3d66d8f47fba15a1a2d512"><code>6d28bbf</code></a>
Update version of <code>dependency-groups</code> to v1.3.1</li>
<li><a
href="https://github.com/pypa/pip/commit/94bd66d615d5f9036c53196f4f2acb7c71d5010c"><code>94bd66d</code></a>
Revert StreamWrapper removal to restore Python 3.9.{0,6} compat</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/pip/compare/25.1...25.1.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `poetry` from 2.1.2 to 2.1.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/python-poetry/poetry/releases">poetry's
releases</a>.</em></p>
<blockquote>
<h2>2.1.3</h2>
<h3>Changed</h3>
<ul>
<li>Require <code>importlib-metadata&lt;8.7</code> for Python 3.9
because of a breaking change in importlib-metadata 8.7 (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10374">#10374</a>).</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix an issue where re-locking failed for incomplete
multiple-constraints dependencies with explicit sources (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10324">#10324</a>).</li>
<li>Fix an issue where the <code>--directory</code> option did not work
if a plugin, which accesses the poetry instance during its activation,
was installed (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10352">#10352</a>).</li>
<li>Fix an issue where <code>poetry env activate -v</code> printed
additional information to stdout instead of stderr so that the output
could not be used as designed (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10353">#10353</a>).</li>
<li>Fix an issue where the original error was not printed if building a
git dependency failed (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10366">#10366</a>).</li>
<li>Fix an issue where wheels for the wrong platform were installed in
rare cases. (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10361">#10361</a>).</li>
</ul>
<h3>poetry-core (<a
href="https://github.com/python-poetry/poetry-core/releases/tag/2.1.3"><code>2.1.3</code></a>)</h3>
<ul>
<li>Fix an issue where the union of specific inverse or partially
inverse markers was not simplified (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/858">#858</a>).</li>
<li>Fix an issue where optional dependencies defined in the
<code>project</code> section were treated as non-optional when a source
was defined for them in the <code>tool.poetry</code> section (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/857">#857</a>).</li>
<li>Fix an issue where markers with <code>===</code> were not parsed
correctly (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/860">#860</a>).</li>
<li>Fix an issue where local versions with upper case letters caused an
error (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/859">#859</a>).</li>
<li>Fix an issue where <code>extra</code> markers with a value starting
with &quot;in&quot; were not validated correctly (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/862">#862</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python-poetry/poetry/blob/main/CHANGELOG.md">poetry's
changelog</a>.</em></p>
<blockquote>
<h2>[2.1.3] - 2025-05-04</h2>
<h3>Changed</h3>
<ul>
<li>Require <code>importlib-metadata&lt;8.7</code> for Python 3.9
because of a breaking change in importlib-metadata 8.7 (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10374">#10374</a>).</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix an issue where re-locking failed for incomplete
multiple-constraints dependencies with explicit sources (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10324">#10324</a>).</li>
<li>Fix an issue where the <code>--directory</code> option did not work
if a plugin, which accesses the poetry instance during its activation,
was installed (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10352">#10352</a>).</li>
<li>Fix an issue where <code>poetry env activate -v</code> printed
additional information to stdout instead of stderr so that the output
could not be used as designed (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10353">#10353</a>).</li>
<li>Fix an issue where the original error was not printed if building a
git dependency failed (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10366">#10366</a>).</li>
<li>Fix an issue where wheels for the wrong platform were installed in
rare cases. (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10361">#10361</a>).</li>
</ul>
<h3>poetry-core (<a
href="https://github.com/python-poetry/poetry-core/releases/tag/2.1.3"><code>2.1.3</code></a>)</h3>
<ul>
<li>Fix an issue where the union of specific inverse or partially
inverse markers was not simplified (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/858">#858</a>).</li>
<li>Fix an issue where optional dependencies defined in the
<code>project</code> section were treated as non-optional when a source
was defined for them in the <code>tool.poetry</code> section (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/857">#857</a>).</li>
<li>Fix an issue where markers with <code>===</code> were not parsed
correctly (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/860">#860</a>).</li>
<li>Fix an issue where local versions with upper case letters caused an
error (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/859">#859</a>).</li>
<li>Fix an issue where <code>extra</code> markers with a value starting
with &quot;in&quot; were not validated correctly (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/862">#862</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python-poetry/poetry/commit/84eeadc21f92a04d46ea769e3e39d7c902e44136"><code>84eeadc</code></a>
release: bump version to 2.1.3</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/aa08f25982fa8851b8e5e773978a2cb790212353"><code>aa08f25</code></a>
chore: update dependencies (especially poetry-core) ... (<a
href="https://redirect.github.com/python-poetry/poetry/issues/10374">#10374</a>)</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/865e928a000a1715ded7be294939b4469f3c5a85"><code>865e928</code></a>
add useful information to error message (<a
href="https://redirect.github.com/python-poetry/poetry/issues/10367">#10367</a>)</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/b0a982ea2afca288c17fb4c06febcbf50dc27420"><code>b0a982e</code></a>
Rename ruff ruleset: <code>TCH</code> → <code>TC</code> (<a
href="https://redirect.github.com/python-poetry/poetry/issues/10373">#10373</a>)</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/14221f593c35a26c9d993a105199d7a10cd28800"><code>14221f5</code></a>
fix <code>get_supported_tags</code> in cases where the target env has a
different platfo...</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/b739891f60000d368057ce4cd3d4c2e712a2d53c"><code>b739891</code></a>
fix error handling for git dependencies (<a
href="https://redirect.github.com/python-poetry/poetry/issues/10366">#10366</a>)</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/13e78bab899941fec2aa093cc0c3b1c7f2f31979"><code>13e78ba</code></a>
docs: update path dependency specification example (<a
href="https://redirect.github.com/python-poetry/poetry/issues/10171">#10171</a>)</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/b51680113e57e102ed18e5f8cc938834544a8bc4"><code>b516801</code></a>
outputs 'env activate' verbose message on stderr (<a
href="https://redirect.github.com/python-poetry/poetry/issues/10353">#10353</a>)</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/8e5426df948cf7dc3be2721fb858c8424ea5f5d7"><code>8e5426d</code></a>
Poetry documentation proofread (<a
href="https://redirect.github.com/python-poetry/poetry/issues/10354">#10354</a>)</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/7cb58f6a299ff6f08b6786d5f205b9cf331ad51a"><code>7cb58f6</code></a>
chore: update dependencies and actions (<a
href="https://redirect.github.com/python-poetry/poetry/issues/10362">#10362</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/python-poetry/poetry/compare/2.1.2...2.1.3">compare
view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-merge-queue bot pushed a commit to MeltanoLabs/tap-pulumi-cloud that referenced this pull request May 5, 2025
Bumps the ci group in /.github/workflows with 2 updates:
[pip](https://github.com/pypa/pip) and
[poetry](https://github.com/python-poetry/poetry).

Updates `pip` from 25.1 to 25.1.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/pip/blob/main/NEWS.rst">pip's
changelog</a>.</em></p>
<blockquote>
<h1>25.1.1 (2025-05-02)</h1>
<h2>Bug Fixes</h2>
<ul>
<li>Fix <code>req.source_dir</code> AssertionError when using the legacy
resolver. (<code>[#13353](pypa/pip#13353)
&lt;https://github.com/pypa/pip/issues/13353&gt;</code>_)</li>
<li>Fix crash on Python 3.9.6 and lower when pip failed to compile a
Python module
during installation.
(<code>[#13364](pypa/pip#13364)
&lt;https://github.com/pypa/pip/issues/13364&gt;</code>_)</li>
<li>Names in dependency group includes are now normalized before lookup,
which
fixes incorrect <code>Dependency group '...' not found</code> errors.
(<code>[#13372](pypa/pip#13372)
&lt;https://github.com/pypa/pip/issues/13372&gt;</code>_)</li>
</ul>
<h2>Vendored Libraries</h2>
<ul>
<li>Fix issues with using tomllib from the stdlib if available, rather
than tomli</li>
<li>Upgrade dependency-groups to 1.3.1</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/pip/commit/01857ef79f59a98db592bacb6e7b48f354528c80"><code>01857ef</code></a>
Bump for release</li>
<li><a
href="https://github.com/pypa/pip/commit/08d8bb91e2c7734f98f828e28215aba15784012a"><code>08d8bb9</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pip/issues/13374">#13374</a> from
pfmoore/fixups</li>
<li><a
href="https://github.com/pypa/pip/commit/2bff84e495a3d31008088c168c5ab9bfa633a172"><code>2bff84e</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pip/issues/13363">#13363</a> from
sbidoul/fix-source_dir-assert</li>
<li><a
href="https://github.com/pypa/pip/commit/644e71d6e339035836dce0adbf59f881b334e186"><code>644e71d</code></a>
News file fixups</li>
<li><a
href="https://github.com/pypa/pip/commit/426856f496a8f84f1e36fded83b3d5e74968a786"><code>426856f</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pip/issues/13364">#13364</a> from
ichard26/bugfix/python39</li>
<li><a
href="https://github.com/pypa/pip/commit/b7e3aead483baf42ca00e29b9758338ad19c130b"><code>b7e3aea</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pip/issues/13356">#13356</a> from
eli-schwartz/tomllib</li>
<li><a
href="https://github.com/pypa/pip/commit/8c678fe85daaf11d8dd6a43b7835088513944655"><code>8c678fe</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pip/issues/13373">#13373</a> from
sirosen/update-vendored-dependency-groups</li>
<li><a
href="https://github.com/pypa/pip/commit/7d006399c0d0d38e55d56a6b0732e959bf75f796"><code>7d00639</code></a>
Update newsfiles for dependency-groups patch</li>
<li><a
href="https://github.com/pypa/pip/commit/6d28bbf065a292f67d3d66d8f47fba15a1a2d512"><code>6d28bbf</code></a>
Update version of <code>dependency-groups</code> to v1.3.1</li>
<li><a
href="https://github.com/pypa/pip/commit/94bd66d615d5f9036c53196f4f2acb7c71d5010c"><code>94bd66d</code></a>
Revert StreamWrapper removal to restore Python 3.9.{0,6} compat</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/pip/compare/25.1...25.1.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `poetry` from 2.1.2 to 2.1.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/python-poetry/poetry/releases">poetry's
releases</a>.</em></p>
<blockquote>
<h2>2.1.3</h2>
<h3>Changed</h3>
<ul>
<li>Require <code>importlib-metadata&lt;8.7</code> for Python 3.9
because of a breaking change in importlib-metadata 8.7 (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10374">#10374</a>).</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix an issue where re-locking failed for incomplete
multiple-constraints dependencies with explicit sources (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10324">#10324</a>).</li>
<li>Fix an issue where the <code>--directory</code> option did not work
if a plugin, which accesses the poetry instance during its activation,
was installed (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10352">#10352</a>).</li>
<li>Fix an issue where <code>poetry env activate -v</code> printed
additional information to stdout instead of stderr so that the output
could not be used as designed (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10353">#10353</a>).</li>
<li>Fix an issue where the original error was not printed if building a
git dependency failed (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10366">#10366</a>).</li>
<li>Fix an issue where wheels for the wrong platform were installed in
rare cases. (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10361">#10361</a>).</li>
</ul>
<h3>poetry-core (<a
href="https://github.com/python-poetry/poetry-core/releases/tag/2.1.3"><code>2.1.3</code></a>)</h3>
<ul>
<li>Fix an issue where the union of specific inverse or partially
inverse markers was not simplified (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/858">#858</a>).</li>
<li>Fix an issue where optional dependencies defined in the
<code>project</code> section were treated as non-optional when a source
was defined for them in the <code>tool.poetry</code> section (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/857">#857</a>).</li>
<li>Fix an issue where markers with <code>===</code> were not parsed
correctly (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/860">#860</a>).</li>
<li>Fix an issue where local versions with upper case letters caused an
error (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/859">#859</a>).</li>
<li>Fix an issue where <code>extra</code> markers with a value starting
with &quot;in&quot; were not validated correctly (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/862">#862</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python-poetry/poetry/blob/main/CHANGELOG.md">poetry's
changelog</a>.</em></p>
<blockquote>
<h2>[2.1.3] - 2025-05-04</h2>
<h3>Changed</h3>
<ul>
<li>Require <code>importlib-metadata&lt;8.7</code> for Python 3.9
because of a breaking change in importlib-metadata 8.7 (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10374">#10374</a>).</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix an issue where re-locking failed for incomplete
multiple-constraints dependencies with explicit sources (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10324">#10324</a>).</li>
<li>Fix an issue where the <code>--directory</code> option did not work
if a plugin, which accesses the poetry instance during its activation,
was installed (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10352">#10352</a>).</li>
<li>Fix an issue where <code>poetry env activate -v</code> printed
additional information to stdout instead of stderr so that the output
could not be used as designed (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10353">#10353</a>).</li>
<li>Fix an issue where the original error was not printed if building a
git dependency failed (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10366">#10366</a>).</li>
<li>Fix an issue where wheels for the wrong platform were installed in
rare cases. (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10361">#10361</a>).</li>
</ul>
<h3>poetry-core (<a
href="https://github.com/python-poetry/poetry-core/releases/tag/2.1.3"><code>2.1.3</code></a>)</h3>
<ul>
<li>Fix an issue where the union of specific inverse or partially
inverse markers was not simplified (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/858">#858</a>).</li>
<li>Fix an issue where optional dependencies defined in the
<code>project</code> section were treated as non-optional when a source
was defined for them in the <code>tool.poetry</code> section (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/857">#857</a>).</li>
<li>Fix an issue where markers with <code>===</code> were not parsed
correctly (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/860">#860</a>).</li>
<li>Fix an issue where local versions with upper case letters caused an
error (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/859">#859</a>).</li>
<li>Fix an issue where <code>extra</code> markers with a value starting
with &quot;in&quot; were not validated correctly (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/862">#862</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python-poetry/poetry/commit/84eeadc21f92a04d46ea769e3e39d7c902e44136"><code>84eeadc</code></a>
release: bump version to 2.1.3</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/aa08f25982fa8851b8e5e773978a2cb790212353"><code>aa08f25</code></a>
chore: update dependencies (especially poetry-core) ... (<a
href="https://redirect.github.com/python-poetry/poetry/issues/10374">#10374</a>)</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/865e928a000a1715ded7be294939b4469f3c5a85"><code>865e928</code></a>
add useful information to error message (<a
href="https://redirect.github.com/python-poetry/poetry/issues/10367">#10367</a>)</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/b0a982ea2afca288c17fb4c06febcbf50dc27420"><code>b0a982e</code></a>
Rename ruff ruleset: <code>TCH</code> → <code>TC</code> (<a
href="https://redirect.github.com/python-poetry/poetry/issues/10373">#10373</a>)</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/14221f593c35a26c9d993a105199d7a10cd28800"><code>14221f5</code></a>
fix <code>get_supported_tags</code> in cases where the target env has a
different platfo...</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/b739891f60000d368057ce4cd3d4c2e712a2d53c"><code>b739891</code></a>
fix error handling for git dependencies (<a
href="https://redirect.github.com/python-poetry/poetry/issues/10366">#10366</a>)</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/13e78bab899941fec2aa093cc0c3b1c7f2f31979"><code>13e78ba</code></a>
docs: update path dependency specification example (<a
href="https://redirect.github.com/python-poetry/poetry/issues/10171">#10171</a>)</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/b51680113e57e102ed18e5f8cc938834544a8bc4"><code>b516801</code></a>
outputs 'env activate' verbose message on stderr (<a
href="https://redirect.github.com/python-poetry/poetry/issues/10353">#10353</a>)</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/8e5426df948cf7dc3be2721fb858c8424ea5f5d7"><code>8e5426d</code></a>
Poetry documentation proofread (<a
href="https://redirect.github.com/python-poetry/poetry/issues/10354">#10354</a>)</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/7cb58f6a299ff6f08b6786d5f205b9cf331ad51a"><code>7cb58f6</code></a>
chore: update dependencies and actions (<a
href="https://redirect.github.com/python-poetry/poetry/issues/10362">#10362</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/python-poetry/poetry/compare/2.1.2...2.1.3">compare
view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
mergify bot pushed a commit to aws/jsii that referenced this pull request May 5, 2025
…k/test/generated-code (#4823)

Bumps [pip](https://github.com/pypa/pip) from 25.1 to 25.1.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/pypa/pip/blob/main/NEWS.rst">pip's changelog</a>.</em></p>
<blockquote>
<h1>25.1.1 (2025-05-02)</h1>
<h2>Bug Fixes</h2>
<ul>
<li>Fix <code>req.source_dir</code> AssertionError when using the legacy resolver. (<code>[#13353](pypa/pip#13353) &lt;https://github.com/pypa/pip/issues/13353&gt;</code>_)</li>
<li>Fix crash on Python 3.9.6 and lower when pip failed to compile a Python module
during installation. (<code>[#13364](pypa/pip#13364) &lt;https://github.com/pypa/pip/issues/13364&gt;</code>_)</li>
<li>Names in dependency group includes are now normalized before lookup, which
fixes incorrect <code>Dependency group '...' not found</code> errors. (<code>[#13372](pypa/pip#13372) &lt;https://github.com/pypa/pip/issues/13372&gt;</code>_)</li>
</ul>
<h2>Vendored Libraries</h2>
<ul>
<li>Fix issues with using tomllib from the stdlib if available, rather than tomli</li>
<li>Upgrade dependency-groups to 1.3.1</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pypa/pip/commit/01857ef79f59a98db592bacb6e7b48f354528c80"><code>01857ef</code></a> Bump for release</li>
<li><a href="https://github.com/pypa/pip/commit/08d8bb91e2c7734f98f828e28215aba15784012a"><code>08d8bb9</code></a> Merge pull request <a href="https://redirect.github.com/pypa/pip/issues/13374">#13374</a> from pfmoore/fixups</li>
<li><a href="https://github.com/pypa/pip/commit/2bff84e495a3d31008088c168c5ab9bfa633a172"><code>2bff84e</code></a> Merge pull request <a href="https://redirect.github.com/pypa/pip/issues/13363">#13363</a> from sbidoul/fix-source_dir-assert</li>
<li><a href="https://github.com/pypa/pip/commit/644e71d6e339035836dce0adbf59f881b334e186"><code>644e71d</code></a> News file fixups</li>
<li><a href="https://github.com/pypa/pip/commit/426856f496a8f84f1e36fded83b3d5e74968a786"><code>426856f</code></a> Merge pull request <a href="https://redirect.github.com/pypa/pip/issues/13364">#13364</a> from ichard26/bugfix/python39</li>
<li><a href="https://github.com/pypa/pip/commit/b7e3aead483baf42ca00e29b9758338ad19c130b"><code>b7e3aea</code></a> Merge pull request <a href="https://redirect.github.com/pypa/pip/issues/13356">#13356</a> from eli-schwartz/tomllib</li>
<li><a href="https://github.com/pypa/pip/commit/8c678fe85daaf11d8dd6a43b7835088513944655"><code>8c678fe</code></a> Merge pull request <a href="https://redirect.github.com/pypa/pip/issues/13373">#13373</a> from sirosen/update-vendored-dependency-groups</li>
<li><a href="https://github.com/pypa/pip/commit/7d006399c0d0d38e55d56a6b0732e959bf75f796"><code>7d00639</code></a> Update newsfiles for dependency-groups patch</li>
<li><a href="https://github.com/pypa/pip/commit/6d28bbf065a292f67d3d66d8f47fba15a1a2d512"><code>6d28bbf</code></a> Update version of <code>dependency-groups</code> to v1.3.1</li>
<li><a href="https://github.com/pypa/pip/commit/94bd66d615d5f9036c53196f4f2acb7c71d5010c"><code>94bd66d</code></a> Revert StreamWrapper removal to restore Python 3.9.{0,6} compat</li>
<li>Additional commits viewable in <a href="https://github.com/pypa/pip/compare/25.1...25.1.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pip&package-manager=pip&previous-version=25.1&new-version=25.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>
github-merge-queue bot pushed a commit to meltano/meltano that referenced this pull request May 5, 2025
Bumps the runtime-dependencies group with 4 updates:
[pip](https://github.com/pypa/pip),
[uv](https://github.com/astral-sh/uv),
[azure-core](https://github.com/Azure/azure-sdk-for-python) and
[boto3](https://github.com/boto/boto3).

Updates `pip` from 25.1 to 25.1.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/pip/blob/main/NEWS.rst">pip's
changelog</a>.</em></p>
<blockquote>
<h1>25.1.1 (2025-05-02)</h1>
<h2>Bug Fixes</h2>
<ul>
<li>Fix <code>req.source_dir</code> AssertionError when using the legacy
resolver. (<code>[#13353](pypa/pip#13353)
&lt;https://github.com/pypa/pip/issues/13353&gt;</code>_)</li>
<li>Fix crash on Python 3.9.6 and lower when pip failed to compile a
Python module
during installation.
(<code>[#13364](pypa/pip#13364)
&lt;https://github.com/pypa/pip/issues/13364&gt;</code>_)</li>
<li>Names in dependency group includes are now normalized before lookup,
which
fixes incorrect <code>Dependency group '...' not found</code> errors.
(<code>[#13372](pypa/pip#13372)
&lt;https://github.com/pypa/pip/issues/13372&gt;</code>_)</li>
</ul>
<h2>Vendored Libraries</h2>
<ul>
<li>Fix issues with using tomllib from the stdlib if available, rather
than tomli</li>
<li>Upgrade dependency-groups to 1.3.1</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/pip/commit/01857ef79f59a98db592bacb6e7b48f354528c80"><code>01857ef</code></a>
Bump for release</li>
<li><a
href="https://github.com/pypa/pip/commit/08d8bb91e2c7734f98f828e28215aba15784012a"><code>08d8bb9</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pip/issues/13374">#13374</a> from
pfmoore/fixups</li>
<li><a
href="https://github.com/pypa/pip/commit/2bff84e495a3d31008088c168c5ab9bfa633a172"><code>2bff84e</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pip/issues/13363">#13363</a> from
sbidoul/fix-source_dir-assert</li>
<li><a
href="https://github.com/pypa/pip/commit/644e71d6e339035836dce0adbf59f881b334e186"><code>644e71d</code></a>
News file fixups</li>
<li><a
href="https://github.com/pypa/pip/commit/426856f496a8f84f1e36fded83b3d5e74968a786"><code>426856f</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pip/issues/13364">#13364</a> from
ichard26/bugfix/python39</li>
<li><a
href="https://github.com/pypa/pip/commit/b7e3aead483baf42ca00e29b9758338ad19c130b"><code>b7e3aea</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pip/issues/13356">#13356</a> from
eli-schwartz/tomllib</li>
<li><a
href="https://github.com/pypa/pip/commit/8c678fe85daaf11d8dd6a43b7835088513944655"><code>8c678fe</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pip/issues/13373">#13373</a> from
sirosen/update-vendored-dependency-groups</li>
<li><a
href="https://github.com/pypa/pip/commit/7d006399c0d0d38e55d56a6b0732e959bf75f796"><code>7d00639</code></a>
Update newsfiles for dependency-groups patch</li>
<li><a
href="https://github.com/pypa/pip/commit/6d28bbf065a292f67d3d66d8f47fba15a1a2d512"><code>6d28bbf</code></a>
Update version of <code>dependency-groups</code> to v1.3.1</li>
<li><a
href="https://github.com/pypa/pip/commit/94bd66d615d5f9036c53196f4f2acb7c71d5010c"><code>94bd66d</code></a>
Revert StreamWrapper removal to restore Python 3.9.{0,6} compat</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/pip/compare/25.1...25.1.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `uv` from 0.7.0 to 0.7.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/uv/releases">uv's
releases</a>.</em></p>
<blockquote>
<h2>0.7.2</h2>
<h2>Release Notes</h2>
<h3>Enhancements</h3>
<ul>
<li>Improve trace log for retryable errors (<a
href="https://redirect.github.com/astral-sh/uv/pull/13228">#13228</a>)</li>
<li>Use &quot;error&quot; instead of &quot;warning&quot; for self-update
message (<a
href="https://redirect.github.com/astral-sh/uv/pull/13229">#13229</a>)</li>
<li>Error when <code>uv version</code> is used with project-specific
flags but no project is found (<a
href="https://redirect.github.com/astral-sh/uv/pull/13203">#13203</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Fix incorrect virtual environment invalidation for pre-release
Python versions (<a
href="https://redirect.github.com/astral-sh/uv/pull/13234">#13234</a>)</li>
<li>Fix patching of <code>clang</code> in managed Python sysconfig (<a
href="https://redirect.github.com/astral-sh/uv/pull/13237">#13237</a>)</li>
<li>Respect <code>--project</code> in <code>uv version</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/13230">#13230</a>)</li>
</ul>
<h2>Install uv 0.7.2</h2>
<h3>Install prebuilt binaries via shell script</h3>
<pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf
https://github.com/astral-sh/uv/releases/download/0.7.2/uv-installer.sh
| sh
</code></pre>
<h3>Install prebuilt binaries via powershell script</h3>
<pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c &quot;irm
https://github.com/astral-sh/uv/releases/download/0.7.2/uv-installer.ps1
| iex&quot;
</code></pre>
<h2>Download uv 0.7.2</h2>
<table>
<thead>
<tr>
<th>File</th>
<th>Platform</th>
<th>Checksum</th>
</tr>
</thead>
<tbody>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-aarch64-apple-darwin.tar.gz">uv-aarch64-apple-darwin.tar.gz</a></td>
<td>Apple Silicon macOS</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-aarch64-apple-darwin.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-x86_64-apple-darwin.tar.gz">uv-x86_64-apple-darwin.tar.gz</a></td>
<td>Intel macOS</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-x86_64-apple-darwin.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-aarch64-pc-windows-msvc.zip">uv-aarch64-pc-windows-msvc.zip</a></td>
<td>ARM64 Windows</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-aarch64-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-i686-pc-windows-msvc.zip">uv-i686-pc-windows-msvc.zip</a></td>
<td>x86 Windows</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-i686-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-x86_64-pc-windows-msvc.zip">uv-x86_64-pc-windows-msvc.zip</a></td>
<td>x64 Windows</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-x86_64-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-aarch64-unknown-linux-gnu.tar.gz">uv-aarch64-unknown-linux-gnu.tar.gz</a></td>
<td>ARM64 Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-aarch64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-i686-unknown-linux-gnu.tar.gz">uv-i686-unknown-linux-gnu.tar.gz</a></td>
<td>x86 Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-i686-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-powerpc64-unknown-linux-gnu.tar.gz">uv-powerpc64-unknown-linux-gnu.tar.gz</a></td>
<td>PPC64 Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-powerpc64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-powerpc64le-unknown-linux-gnu.tar.gz">uv-powerpc64le-unknown-linux-gnu.tar.gz</a></td>
<td>PPC64LE Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-powerpc64le-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-s390x-unknown-linux-gnu.tar.gz">uv-s390x-unknown-linux-gnu.tar.gz</a></td>
<td>S390x Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-s390x-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-x86_64-unknown-linux-gnu.tar.gz">uv-x86_64-unknown-linux-gnu.tar.gz</a></td>
<td>x64 Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-x86_64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-armv7-unknown-linux-gnueabihf.tar.gz">uv-armv7-unknown-linux-gnueabihf.tar.gz</a></td>
<td>ARMv7 Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-armv7-unknown-linux-gnueabihf.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-aarch64-unknown-linux-musl.tar.gz">uv-aarch64-unknown-linux-musl.tar.gz</a></td>
<td>ARM64 MUSL Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-aarch64-unknown-linux-musl.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-i686-unknown-linux-musl.tar.gz">uv-i686-unknown-linux-musl.tar.gz</a></td>
<td>x86 MUSL Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-i686-unknown-linux-musl.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-x86_64-unknown-linux-musl.tar.gz">uv-x86_64-unknown-linux-musl.tar.gz</a></td>
<td>x64 MUSL Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-x86_64-unknown-linux-musl.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-arm-unknown-linux-musleabihf.tar.gz">uv-arm-unknown-linux-musleabihf.tar.gz</a></td>
<td>ARMv6 MUSL Linux (Hardfloat)</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-arm-unknown-linux-musleabihf.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-armv7-unknown-linux-musleabihf.tar.gz">uv-armv7-unknown-linux-musleabihf.tar.gz</a></td>
<td>ARMv7 MUSL Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-armv7-unknown-linux-musleabihf.tar.gz.sha256">checksum</a></td>
</tr>
</tbody>
</table>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/uv/blob/main/CHANGELOG.md">uv's
changelog</a>.</em></p>
<blockquote>
<h2>0.7.2</h2>
<h3>Enhancements</h3>
<ul>
<li>Improve trace log for retryable errors (<a
href="https://redirect.github.com/astral-sh/uv/pull/13228">#13228</a>)</li>
<li>Use &quot;error&quot; instead of &quot;warning&quot; for self-update
message (<a
href="https://redirect.github.com/astral-sh/uv/pull/13229">#13229</a>)</li>
<li>Error when <code>uv version</code> is used with project-specific
flags but no project is found (<a
href="https://redirect.github.com/astral-sh/uv/pull/13203">#13203</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Fix incorrect virtual environment invalidation for pre-release
Python versions (<a
href="https://redirect.github.com/astral-sh/uv/pull/13234">#13234</a>)</li>
<li>Fix patching of <code>clang</code> in managed Python sysconfig (<a
href="https://redirect.github.com/astral-sh/uv/pull/13237">#13237</a>)</li>
<li>Respect <code>--project</code> in <code>uv version</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/13230">#13230</a>)</li>
</ul>
<h2>0.7.1</h2>
<h3>Enhancement</h3>
<ul>
<li>Add support for BLAKE2b-256 (<a
href="https://redirect.github.com/astral-sh/uv/pull/13204">#13204</a>)</li>
</ul>
<h3>Bugfix</h3>
<ul>
<li>Revert fix handling of authentication when encountering redirects
(<a
href="https://redirect.github.com/astral-sh/uv/pull/13215">#13215</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/uv/commit/481d05d8dfb8627612dec72840a02c17b926b263"><code>481d05d</code></a>
Bump version to 0.7.2 (<a
href="https://redirect.github.com/astral-sh/uv/issues/13240">#13240</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/f91b4aeb66f167411164ff44ffc23843ea32a5e5"><code>f91b4ae</code></a>
hard error <code>uv version</code> for more cli flags (<a
href="https://redirect.github.com/astral-sh/uv/issues/13203">#13203</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/671d6091274dea2c41165efc202b8c212fd7cc7c"><code>671d609</code></a>
Improve trace log for retryable errors (<a
href="https://redirect.github.com/astral-sh/uv/issues/13228">#13228</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/d8e472cfa8e24c2d13f03644995d08dc28193985"><code>d8e472c</code></a>
Use &quot;error&quot; instead of &quot;warning&quot; for self-update
message (<a
href="https://redirect.github.com/astral-sh/uv/issues/13229">#13229</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/a9ab39ad6fbfb7b4925cc360fa4786f0ec9128bb"><code>a9ab39a</code></a>
Fix patching of <code>clang</code> in managed Python sysconfig (<a
href="https://redirect.github.com/astral-sh/uv/issues/13237">#13237</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/9ea0fdcee94470e748283b2df8b18c521b775d76"><code>9ea0fdc</code></a>
Respect <code>--project</code> in <code>uv version</code> (<a
href="https://redirect.github.com/astral-sh/uv/issues/13230">#13230</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/3a87b6374a075ccb0f8139f271677e172365e9bd"><code>3a87b63</code></a>
Fix incorrect venv invalidation for pre-release Python versions (<a
href="https://redirect.github.com/astral-sh/uv/issues/13234">#13234</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/9558a86e6534caa852fcf2f4ed56e9eef67ff97c"><code>9558a86</code></a>
Fix PR links in CHANGELOG (<a
href="https://redirect.github.com/astral-sh/uv/issues/13220">#13220</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/dfec52bf5195ac6bf66332b555f2d167114e42e5"><code>dfec52b</code></a>
Fix changelog indentation level (<a
href="https://redirect.github.com/astral-sh/uv/issues/13219">#13219</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/90f46f89a58de8d8af8c48e944aad6675692a1aa"><code>90f46f8</code></a>
Bump version to 0.7.1 (<a
href="https://redirect.github.com/astral-sh/uv/issues/13218">#13218</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/uv/compare/0.7.0...0.7.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `azure-core` from 1.33.0 to 1.34.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Azure/azure-sdk-for-python/releases">azure-core's
releases</a>.</em></p>
<blockquote>
<h2>azure-core_1.34.0</h2>
<h2>1.34.0 (2025-05-01)</h2>
<h3>Features Added</h3>
<ul>
<li>Added a <code>set_span_error_status</code> method to the
<code>OpenTelemetryTracer</code> class. This method allows users to set
the status of a span to <code>ERROR</code> after it has been created. <a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/40703">#40703</a></li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>Python 3.8 is no longer supported. Please use Python version 3.9 or
later.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/3487e954eba952d659563ebcce0987ebc5748d2e"><code>3487e95</code></a>
[Core] Prep changelog for release (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/40846">#40846</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/ec469b21b8c79e569e8434c4861e5834e8b1caf1"><code>ec469b2</code></a>
[Core] Drop Python 3.8 support (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/40831">#40831</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/8e7f1a8e3dc30577b904f513d269e910ea6d93ca"><code>8e7f1a8</code></a>
[Core] Add method for setting span status (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/40703">#40703</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/edb98b856d852f1b74c640964d30ae2d50bde100"><code>edb98b8</code></a>
remove deprecated data plane pkgs from main (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/40712">#40712</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/858389b512866f45e15f3fe08dba2943b7db75fc"><code>858389b</code></a>
[Corehttp] Implement tracing capabilities (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/39172">#39172</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/32f976bd15ebb68abf88f203d6718b6f0fb62e16"><code>32f976b</code></a>
remove deprecated mgmt pkgs from main (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/40666">#40666</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/f7384ce265eef199a6b5c812ba6d7a687ca50274"><code>f7384ce</code></a>
[Corehttp] Increment version in changelog (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/40560">#40560</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/2f9e93bd61967cb4237f9d1360cf23ae10d71b09"><code>2f9e93b</code></a>
[Core] Add native tracing live tests (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/39945">#39945</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/77ae5d0e97eb5d38c12c78797df25aae52d4e177"><code>77ae5d0</code></a>
Fix azure-core pylint issues (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/39992">#39992</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/6b6a8c09b6c437a5e99348c61581e20c558d5d5b"><code>6b6a8c0</code></a>
Remove Python 3.8 + Standardize on <code>azsdk-pool</code> on affected
templates (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/40499">#40499</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/Azure/azure-sdk-for-python/compare/azure-core_1.33.0...azure-core_1.34.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `boto3` from 1.38.3 to 1.38.8
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/boto/boto3/commit/34cbb246e4f9639f8df48fb49737ffb35b8f6cbb"><code>34cbb24</code></a>
Merge branch 'release-1.38.8'</li>
<li><a
href="https://github.com/boto/boto3/commit/4756482b0a73dc1312da74893e1183e8241b93b4"><code>4756482</code></a>
Bumping version to 1.38.8</li>
<li><a
href="https://github.com/boto/boto3/commit/fb57777a01ef91328415c713a44591ed636090db"><code>fb57777</code></a>
Add changelog entries from botocore</li>
<li><a
href="https://github.com/boto/boto3/commit/c09e338bf3f3e74ed8210c051102ffc3ed77759f"><code>c09e338</code></a>
Merge branch 'release-1.38.7'</li>
<li><a
href="https://github.com/boto/boto3/commit/adcf36f1385f6f45301a32dc969dcc0b363fc49e"><code>adcf36f</code></a>
Merge branch 'release-1.38.7' into develop</li>
<li><a
href="https://github.com/boto/boto3/commit/12c89439882b956f297da6fc2a52968ff251c8ae"><code>12c8943</code></a>
Bumping version to 1.38.7</li>
<li><a
href="https://github.com/boto/boto3/commit/41d1c72534afc9819bc254ef6d25ad1ccb5647e3"><code>41d1c72</code></a>
Add changelog entries from botocore</li>
<li><a
href="https://github.com/boto/boto3/commit/98de1f1d0062a8e9684ccff5629a0913abab4bc9"><code>98de1f1</code></a>
Merge branch 'release-1.38.6'</li>
<li><a
href="https://github.com/boto/boto3/commit/116d908849deaac92be41921d372d5cd5d2db2f2"><code>116d908</code></a>
Merge branch 'release-1.38.6' into develop</li>
<li><a
href="https://github.com/boto/boto3/commit/daa52f1778b57086ed4ac9ae42abf8a2f6fdd87b"><code>daa52f1</code></a>
Bumping version to 1.38.6</li>
<li>Additional commits viewable in <a
href="https://github.com/boto/boto3/compare/1.38.3...1.38.8">compare
view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-merge-queue bot pushed a commit to meltano/tap-smoke-test that referenced this pull request May 5, 2025
Bumps the ci group in /.github/workflows with 2 updates:
[pip](https://github.com/pypa/pip) and
[poetry](https://github.com/python-poetry/poetry).

Updates `pip` from 25.1 to 25.1.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/pip/blob/main/NEWS.rst">pip's
changelog</a>.</em></p>
<blockquote>
<h1>25.1.1 (2025-05-02)</h1>
<h2>Bug Fixes</h2>
<ul>
<li>Fix <code>req.source_dir</code> AssertionError when using the legacy
resolver. (<code>[#13353](pypa/pip#13353)
&lt;https://github.com/pypa/pip/issues/13353&gt;</code>_)</li>
<li>Fix crash on Python 3.9.6 and lower when pip failed to compile a
Python module
during installation.
(<code>[#13364](pypa/pip#13364)
&lt;https://github.com/pypa/pip/issues/13364&gt;</code>_)</li>
<li>Names in dependency group includes are now normalized before lookup,
which
fixes incorrect <code>Dependency group '...' not found</code> errors.
(<code>[#13372](pypa/pip#13372)
&lt;https://github.com/pypa/pip/issues/13372&gt;</code>_)</li>
</ul>
<h2>Vendored Libraries</h2>
<ul>
<li>Fix issues with using tomllib from the stdlib if available, rather
than tomli</li>
<li>Upgrade dependency-groups to 1.3.1</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/pip/commit/01857ef79f59a98db592bacb6e7b48f354528c80"><code>01857ef</code></a>
Bump for release</li>
<li><a
href="https://github.com/pypa/pip/commit/08d8bb91e2c7734f98f828e28215aba15784012a"><code>08d8bb9</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pip/issues/13374">#13374</a> from
pfmoore/fixups</li>
<li><a
href="https://github.com/pypa/pip/commit/2bff84e495a3d31008088c168c5ab9bfa633a172"><code>2bff84e</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pip/issues/13363">#13363</a> from
sbidoul/fix-source_dir-assert</li>
<li><a
href="https://github.com/pypa/pip/commit/644e71d6e339035836dce0adbf59f881b334e186"><code>644e71d</code></a>
News file fixups</li>
<li><a
href="https://github.com/pypa/pip/commit/426856f496a8f84f1e36fded83b3d5e74968a786"><code>426856f</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pip/issues/13364">#13364</a> from
ichard26/bugfix/python39</li>
<li><a
href="https://github.com/pypa/pip/commit/b7e3aead483baf42ca00e29b9758338ad19c130b"><code>b7e3aea</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pip/issues/13356">#13356</a> from
eli-schwartz/tomllib</li>
<li><a
href="https://github.com/pypa/pip/commit/8c678fe85daaf11d8dd6a43b7835088513944655"><code>8c678fe</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pip/issues/13373">#13373</a> from
sirosen/update-vendored-dependency-groups</li>
<li><a
href="https://github.com/pypa/pip/commit/7d006399c0d0d38e55d56a6b0732e959bf75f796"><code>7d00639</code></a>
Update newsfiles for dependency-groups patch</li>
<li><a
href="https://github.com/pypa/pip/commit/6d28bbf065a292f67d3d66d8f47fba15a1a2d512"><code>6d28bbf</code></a>
Update version of <code>dependency-groups</code> to v1.3.1</li>
<li><a
href="https://github.com/pypa/pip/commit/94bd66d615d5f9036c53196f4f2acb7c71d5010c"><code>94bd66d</code></a>
Revert StreamWrapper removal to restore Python 3.9.{0,6} compat</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/pip/compare/25.1...25.1.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `poetry` from 2.1.2 to 2.1.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/python-poetry/poetry/releases">poetry's
releases</a>.</em></p>
<blockquote>
<h2>2.1.3</h2>
<h3>Changed</h3>
<ul>
<li>Require <code>importlib-metadata&lt;8.7</code> for Python 3.9
because of a breaking change in importlib-metadata 8.7 (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10374">#10374</a>).</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix an issue where re-locking failed for incomplete
multiple-constraints dependencies with explicit sources (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10324">#10324</a>).</li>
<li>Fix an issue where the <code>--directory</code> option did not work
if a plugin, which accesses the poetry instance during its activation,
was installed (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10352">#10352</a>).</li>
<li>Fix an issue where <code>poetry env activate -v</code> printed
additional information to stdout instead of stderr so that the output
could not be used as designed (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10353">#10353</a>).</li>
<li>Fix an issue where the original error was not printed if building a
git dependency failed (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10366">#10366</a>).</li>
<li>Fix an issue where wheels for the wrong platform were installed in
rare cases. (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10361">#10361</a>).</li>
</ul>
<h3>poetry-core (<a
href="https://github.com/python-poetry/poetry-core/releases/tag/2.1.3"><code>2.1.3</code></a>)</h3>
<ul>
<li>Fix an issue where the union of specific inverse or partially
inverse markers was not simplified (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/858">#858</a>).</li>
<li>Fix an issue where optional dependencies defined in the
<code>project</code> section were treated as non-optional when a source
was defined for them in the <code>tool.poetry</code> section (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/857">#857</a>).</li>
<li>Fix an issue where markers with <code>===</code> were not parsed
correctly (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/860">#860</a>).</li>
<li>Fix an issue where local versions with upper case letters caused an
error (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/859">#859</a>).</li>
<li>Fix an issue where <code>extra</code> markers with a value starting
with &quot;in&quot; were not validated correctly (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/862">#862</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python-poetry/poetry/blob/main/CHANGELOG.md">poetry's
changelog</a>.</em></p>
<blockquote>
<h2>[2.1.3] - 2025-05-04</h2>
<h3>Changed</h3>
<ul>
<li>Require <code>importlib-metadata&lt;8.7</code> for Python 3.9
because of a breaking change in importlib-metadata 8.7 (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10374">#10374</a>).</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix an issue where re-locking failed for incomplete
multiple-constraints dependencies with explicit sources (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10324">#10324</a>).</li>
<li>Fix an issue where the <code>--directory</code> option did not work
if a plugin, which accesses the poetry instance during its activation,
was installed (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10352">#10352</a>).</li>
<li>Fix an issue where <code>poetry env activate -v</code> printed
additional information to stdout instead of stderr so that the output
could not be used as designed (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10353">#10353</a>).</li>
<li>Fix an issue where the original error was not printed if building a
git dependency failed (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10366">#10366</a>).</li>
<li>Fix an issue where wheels for the wrong platform were installed in
rare cases. (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10361">#10361</a>).</li>
</ul>
<h3>poetry-core (<a
href="https://github.com/python-poetry/poetry-core/releases/tag/2.1.3"><code>2.1.3</code></a>)</h3>
<ul>
<li>Fix an issue where the union of specific inverse or partially
inverse markers was not simplified (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/858">#858</a>).</li>
<li>Fix an issue where optional dependencies defined in the
<code>project</code> section were treated as non-optional when a source
was defined for them in the <code>tool.poetry</code> section (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/857">#857</a>).</li>
<li>Fix an issue where markers with <code>===</code> were not parsed
correctly (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/860">#860</a>).</li>
<li>Fix an issue where local versions with upper case letters caused an
error (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/859">#859</a>).</li>
<li>Fix an issue where <code>extra</code> markers with a value starting
with &quot;in&quot; were not validated correctly (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/862">#862</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python-poetry/poetry/commit/84eeadc21f92a04d46ea769e3e39d7c902e44136"><code>84eeadc</code></a>
release: bump version to 2.1.3</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/aa08f25982fa8851b8e5e773978a2cb790212353"><code>aa08f25</code></a>
chore: update dependencies (especially poetry-core) ... (<a
href="https://redirect.github.com/python-poetry/poetry/issues/10374">#10374</a>)</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/865e928a000a1715ded7be294939b4469f3c5a85"><code>865e928</code></a>
add useful information to error message (<a
href="https://redirect.github.com/python-poetry/poetry/issues/10367">#10367</a>)</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/b0a982ea2afca288c17fb4c06febcbf50dc27420"><code>b0a982e</code></a>
Rename ruff ruleset: <code>TCH</code> → <code>TC</code> (<a
href="https://redirect.github.com/python-poetry/poetry/issues/10373">#10373</a>)</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/14221f593c35a26c9d993a105199d7a10cd28800"><code>14221f5</code></a>
fix <code>get_supported_tags</code> in cases where the target env has a
different platfo...</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/b739891f60000d368057ce4cd3d4c2e712a2d53c"><code>b739891</code></a>
fix error handling for git dependencies (<a
href="https://redirect.github.com/python-poetry/poetry/issues/10366">#10366</a>)</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/13e78bab899941fec2aa093cc0c3b1c7f2f31979"><code>13e78ba</code></a>
docs: update path dependency specification example (<a
href="https://redirect.github.com/python-poetry/poetry/issues/10171">#10171</a>)</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/b51680113e57e102ed18e5f8cc938834544a8bc4"><code>b516801</code></a>
outputs 'env activate' verbose message on stderr (<a
href="https://redirect.github.com/python-poetry/poetry/issues/10353">#10353</a>)</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/8e5426df948cf7dc3be2721fb858c8424ea5f5d7"><code>8e5426d</code></a>
Poetry documentation proofread (<a
href="https://redirect.github.com/python-poetry/poetry/issues/10354">#10354</a>)</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/7cb58f6a299ff6f08b6786d5f205b9cf331ad51a"><code>7cb58f6</code></a>
chore: update dependencies and actions (<a
href="https://redirect.github.com/python-poetry/poetry/issues/10362">#10362</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/python-poetry/poetry/compare/2.1.2...2.1.3">compare
view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 18, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pip 25.1 crashes when installing PySide6
3 participants