Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

Commit 443bc8d

Browse files
Update pytest-asyncio requirement from <0.23.0 to <1.3.0
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@v0.1.1...v1.2.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fc8bd37 commit 443bc8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ mkdocs-material
88
mkdocstrings[python]
99
isort
1010
pre-commit
11-
pytest-asyncio < 0.23.0 # Cannot override event loop in 0.23.0. See https://github.com/pytest-dev/pytest-asyncio/issues/706 for more details.
11+
pytest-asyncio < 1.3.0 # Cannot override event loop in 0.23.0. See https://github.com/pytest-dev/pytest-asyncio/issues/706 for more details.
1212
mkdocs-gen-files
1313
interrogate
1414
coverage

0 commit comments

Comments
 (0)