Skip to content

chore(deps): update dependency pytest-asyncio to >=1.4.0,<1.5.0#354

Merged
dreadnode-renovate-bot[bot] merged 1 commit into
mainfrom
renovate/pytest-asyncio-1.x
May 27, 2026
Merged

chore(deps): update dependency pytest-asyncio to >=1.4.0,<1.5.0#354
dreadnode-renovate-bot[bot] merged 1 commit into
mainfrom
renovate/pytest-asyncio-1.x

Conversation

@dreadnode-renovate-bot
Copy link
Copy Markdown
Contributor

@dreadnode-renovate-bot dreadnode-renovate-bot Bot commented May 27, 2026

This PR contains the following updates:

| Package | Change | Age | Confidence |
|

Generated Summary:

  • Updated pytest-asyncio dependency version from >=1.3.0,<1.4.0 to >=1.4.0,<1.5.0
  • This change ensures compatibility with the latest features and fixes in pytest-asyncio
  • No other dependencies were modified

This summary was generated with ❤️ by rigging

| pytest-asyncio (changelog) | >=1.3.0,<1.4.0>=1.4.0,<1.5.0 | age | confidence |


Release Notes

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

v1.4.0: pytest-asyncio v1.4.0

Compare Source

1.4.0 - 2026-05-26

Deprecated

  • Overriding the event_loop_policy fixture is deprecated. Use the pytest_asyncio_loop_factories hook instead. (#​1419)

Added

  • Added the pytest_asyncio_loop_factories hook to parametrize asyncio tests with custom event loop factories.

    The hook returns a mapping of factory names to loop factories, and pytest.mark.asyncio(loop_factories=[...]) selects a subset of configured factories per test. When a single factory is configured, test names are unchanged.

    Synchronous @pytest_asyncio.fixture functions now see the correct event loop when custom loop factories are configured, even when test code disrupts the current event loop (e.g., via asyncio.run() or asyncio.set_event_loop(None)). (#​1164)

Changed

  • Improved the readability of the warning message that is displayed when asyncio_default_fixture_loop_scope is unset (#​1298)
  • Only import asyncio.AbstractEventLoopPolicy for type checking to avoid raising
    a DeprecationWarning. (#​1394)
  • Updated minimum supported pytest version to v8.4.0. (#​1397)

Fixed

  • Fixed a ResourceWarning: unclosed event loop warning that could occur when a synchronous test called asyncio.run() or otherwise unset the current event loop after pytest-asyncio had run an async test or fixture. (#​724)

Notes for Downstream Packagers

  • Added dependency on sphinx-tabs >= 3.5 to organize documentation examples into tabs. (#​1395)

Configuration

📅 Schedule: (UTC)

  • 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 Mend Renovate.

| datasource | package        | from  | to    |
| ---------- | -------------- | ----- | ----- |
| pypi       | pytest-asyncio | 1.3.0 | 1.4.0 |
@dreadnode-renovate-bot dreadnode-renovate-bot Bot added area/python Changes to Python package configuration and dependencies type/digest Dependency digest updates labels May 27, 2026
@dreadnode-renovate-bot dreadnode-renovate-bot Bot added this pull request to the merge queue May 27, 2026
Merged via the queue into main with commit 77b0617 May 27, 2026
9 checks passed
@dreadnode-renovate-bot dreadnode-renovate-bot Bot deleted the renovate/pytest-asyncio-1.x branch May 27, 2026 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/python Changes to Python package configuration and dependencies type/digest Dependency digest updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants