Update dependency pytest-asyncio to v1.1.0 #226

Merged
profitroll merged 1 commits from renovate/pytest-asyncio-1.x into dev 2025-07-16 17:29:53 +03:00
Collaborator

This PR contains the following updates:

Package Update Change
pytest-asyncio (changelog) minor ==1.0.0 -> ==1.1.0

Release Notes

pytest-dev/pytest-asyncio (pytest-asyncio)

v1.1.0: pytest-asyncio 1.1.0

Compare Source

Added

  • Propagation of ContextVars from async fixtures to other fixtures and tests on Python 3.10 and older (#​127)
  • Cancellation of tasks when the loop_scope ends (#​200)
  • Warning when the current event loop is closed by a test

Fixed

  • Error about missing loop when calling functions requiring a loop in the finally clause of a task (#​878)
  • An error that could cause duplicate warnings to be issued

Notes for Downstream Packagers


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) ([changelog](https://pytest-asyncio.readthedocs.io/en/latest/reference/changelog.html)) | minor | `==1.0.0` -> `==1.1.0` | --- ### Release Notes <details> <summary>pytest-dev/pytest-asyncio (pytest-asyncio)</summary> ### [`v1.1.0`](https://github.com/pytest-dev/pytest-asyncio/releases/tag/v1.1.0): pytest-asyncio 1.1.0 [Compare Source](https://github.com/pytest-dev/pytest-asyncio/compare/v1.0.0...v1.1.0) ### Added - Propagation of ContextVars from async fixtures to other fixtures and tests on Python 3.10 and older ([#&#8203;127](https://github.com/pytest-dev/pytest-asyncio/issues/127)) - Cancellation of tasks when the `loop_scope` ends ([#&#8203;200](https://github.com/pytest-dev/pytest-asyncio/issues/200)) - Warning when the current event loop is closed by a test ### Fixed - Error about missing loop when calling functions requiring a loop in the `finally` clause of a task ([#&#8203;878](https://github.com/pytest-dev/pytest-asyncio/issues/878)) - An error that could cause duplicate warnings to be issued ### Notes for Downstream Packagers - Added runtime dependency on [backports.asyncio.runner](https://pypi.org/project/backports.asyncio.runner/) for use with Python 3.10 and older </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4zNS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMzUuMCIsInRhcmdldEJyYW5jaCI6ImRldiJ9-->
Renovate added 1 commit 2025-07-16 07:53:40 +03:00
Update dependency pytest-asyncio to v1.1.0
All checks were successful
Analysis / SonarCloud (pull_request) Successful in 41s
Tests / Build and Test (3.11) (pull_request) Successful in 1m14s
Tests / Build and Test (3.12) (pull_request) Successful in 1m14s
Tests / Build and Test (3.13) (pull_request) Successful in 1m9s
ec3dc3a42a
profitroll merged commit 6da6812d1d into dev 2025-07-16 17:29:53 +03:00
Sign in to join this conversation.
No description provided.