Skip to content

chore(deps): update pytest-asyncio requirement from >=1.0.0 to >=1.3.0#16

Merged
KingPin merged 1 commit into
mainfrom
dependabot/pip/pytest-asyncio-gte-1.3.0
May 23, 2026
Merged

chore(deps): update pytest-asyncio requirement from >=1.0.0 to >=1.3.0#16
KingPin merged 1 commit into
mainfrom
dependabot/pip/pytest-asyncio-gte-1.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Updates the requirements on pytest-asyncio to permit the latest version.

Release notes

Sourced from pytest-asyncio's releases.

pytest-asyncio 1.3.0

1.3.0 - 2025-11-10

Removed

  • Support for Python 3.9 (#1278)

Added

  • Support for pytest 9 (#1279)

Notes for Downstream Packagers

  • Tested Python versions include free threaded Python 3.14t (#1274)
  • Tests are run in the same pytest process, instead of spawning a subprocess with pytest.Pytester.runpytest_subprocess. This prevents the test suite from accidentally using a system installation of pytest-asyncio, which could result in test errors. (#1275)
Commits
  • 2e9695f docs: Compile changelog for v1.3.0
  • dd0e9ba docs: Reference correct issue in news fragment.
  • 4c31abe Build(deps): Bump nh3 from 0.3.1 to 0.3.2
  • 13e9477 Link to migration guides from changelog
  • 4d2cf3c tests: handle Python 3.14 DefaultEventLoopPolicy deprecation warnings
  • ee3549b test: Remove obsolete test for the event_loop fixture.
  • 7a67c82 tests: Fix failing test by preventing warning conversion to error.
  • a17b689 test: add pytest config to isolated test directories
  • 18afc9d fix(tests): replace runpytest_subprocess with runpytest
  • cdc6bd1 Add support for pytest 9 and drop Python 3.9 support
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 12, 2026
KingPin added a commit that referenced this pull request May 23, 2026
pycares 5.0.0+ (pulled in by aiodns 4.0.3) now uses CMake to build its
bundled c-ares. Source build is forced on linux/arm/v7 because no
musllinux_armv7l wheel is published, so without cmake the apk build-deps
the multi-arch image build fails with:

  RuntimeError: CMake >= 3.5 is required to build pycares.

This unblocks the build-and-push job on main and on the four open
dependabot PRs (#14 python-dotenv, #15 tenacity, #16 pytest-asyncio,
#17 aiodns).

Co-authored-by: KingPin <28669+KingPin@users.noreply.github.com>
@KingPin
Copy link
Copy Markdown
Owner

KingPin commented May 23, 2026

@dependabot rebase

Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v1.0.0...v1.3.0)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  dependency-version: 1.3.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/pytest-asyncio-gte-1.3.0 branch from 61fcb16 to 20b8ab6 Compare May 23, 2026 16:03
@KingPin KingPin merged commit 9738eae into main May 23, 2026
5 checks passed
@KingPin KingPin deleted the dependabot/pip/pytest-asyncio-gte-1.3.0 branch May 23, 2026 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant