Skip to content

Commit e21445b

Browse files
Update pytest-asyncio requirement from ^0.23.5 to ^0.24.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.23.5...v0.24.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c5068e5 commit e21445b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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)