Skip to content

Commit 7bfd6b2

Browse files
Update pytest-asyncio requirement from ^0.23.5 to ^0.24.0 (#651)
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.23.5...v0.24.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5156171 commit 7bfd6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ coverage = "^7.1"
5858
pytest-cov = "^5.0.0"
5959
pytest-xdist = "^3.1.0"
6060
unasync = "^0.6.0"
61-
pytest-asyncio = "^0.23.5"
61+
pytest-asyncio = "^0.24.0"
6262
email-validator = "^2.0.0"
6363
tox = "^4.14.1"
6464
tox-pyenv = "^1.1.0"

0 commit comments

Comments
 (0)