Skip to content

Commit 80d5e24

Browse files
Build(deps): Bump pytest-asyncio from 1.0.0 to 1.1.0 (#729)
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 1.0.0 to 1.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest-asyncio/releases">pytest-asyncio's releases</a>.</em></p> <blockquote> <h2>pytest-asyncio 1.1.0</h2> <h1>Added</h1> <ul> <li>Propagation of ContextVars from async fixtures to other fixtures and tests on Python 3.10 and older (<a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/127">#127</a>)</li> <li>Cancellation of tasks when the <code>loop_scope</code> ends (<a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/200">#200</a>)</li> <li>Warning when the current event loop is closed by a test</li> </ul> <h1>Fixed</h1> <ul> <li>Error about missing loop when calling functions requiring a loop in the <code>finally</code> clause of a task (<a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/878">#878</a>)</li> <li>An error that could cause duplicate warnings to be issued</li> </ul> <h1>Notes for Downstream Packagers</h1> <ul> <li>Added runtime dependency on <a href="https://pypi.org/project/backports.asyncio.runner/">backports.asyncio.runner</a> for use with Python 3.10 and older</li> </ul> <h2>pytest-asyncio 1.1.0a1</h2> <h1><a href="https://github.com/pytest-dev/pytest-asyncio/tree/1.1.0a1">1.1.0a1</a> - 2025-06-30</h1> <h2>Added</h2> <ul> <li>Propagation of ContextVars from async fixtures to other fixtures and tests on Python 3.10 and older (<a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/127">#127</a>)</li> <li>Cancellation of tasks when the <em>loop_scope</em> ends (<a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/200">#200</a>)</li> <li>Warning when the current event loop is closed by a test</li> </ul> <h2>Fixed</h2> <ul> <li>Error about missing loop when calling functions requiring a loop in the <em>finally</em> clause of a task (<a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/878">#878</a>)</li> <li>An error that could cause duplicate warnings to be issued</li> </ul> <h2>Notes for Downstream Packagers</h2> <ul> <li>Added runtime dependency on <a href="https://pypi.org/project/backports.asyncio.runner/">backports.asyncio.runner</a> for use with Python 3.10 and older</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/ce06c0733056a9df4f9ec1a074a1504814886368"><code>ce06c07</code></a> chore: Prepare release of v1.1.0.</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/d9a8dcc15e5db9eda76601d7f86d2680e82777eb"><code>d9a8dcc</code></a> ci: Workaround missing Tag annotation during release.</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/d66e12f8d7869c02e196359a3e1c2d55171dcbe0"><code>d66e12f</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/9e5e25f05727c2d1569e614545bd1712481910f0"><code>9e5e25f</code></a> Build(deps): Bump certifi in /dependencies/docs</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/0e6342323d93e60218f0625591a33e967a545a65"><code>0e63423</code></a> Build(deps): Bump hypothesis in /dependencies/default</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/bd4551c11f8860cc3e83bdb6ce89090d70b43a53"><code>bd4551c</code></a> Build(deps): Bump ncipollo/release-action from 1.16.0 to 1.18.0</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/8e2030532c7dba00d51856a2b7bfaddaf3c03d6c"><code>8e20305</code></a> Build(deps): Bump hypothesis in /dependencies/default</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/b7a8ab599fded97e46c2701ad73f958f0ed9e736"><code>b7a8ab5</code></a> Build(deps): Bump coverage from 7.9.1 to 7.9.2 in /dependencies/default</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/8cc378d64e7241d54142b27f42821ba704505302"><code>8cc378d</code></a> Build(deps): Bump typing-extensions in /dependencies/default</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/fb6bfbf6707506a6b16f06aa332c826e3345f471"><code>fb6bfbf</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest-asyncio/compare/v1.0.0...v1.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-asyncio&package-manager=pip&previous-version=1.0.0&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 02ed4bc commit 80d5e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/wheel.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest==8.4.1
2-
pytest-asyncio==1.0.0
2+
pytest-asyncio==1.1.0
33
pre-commit==4.2.0
44
twine==6.1.0

0 commit comments

Comments
 (0)