Skip to content

Commit 1e20616

Browse files
Update pytest-asyncio requirement from ^0.24.0 to >=0.24,<1.4 (#760)
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.24.0...v1.3.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a8d89eb commit 1e20616

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ coverage = "^7.1"
5959
pytest-cov = ">=5,<8"
6060
pytest-xdist = "^3.1.0"
6161
unasync = "^0.6.0"
62-
pytest-asyncio = "^0.24.0"
62+
pytest-asyncio = ">=0.24,<1.4"
6363
email-validator = "^2.0.0"
6464
tox = "^4.14.1"
6565
tox-pyenv = "^1.1.0"

0 commit comments

Comments
 (0)