Skip to content

Commit 58cd0a8

Browse files
build(deps-dev): update pytest-asyncio requirement
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.21.1...v0.24.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e2fe4c6 commit 58cd0a8

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
@@ -19,7 +19,7 @@ fastapi = ["fastapi"]
1919
[tool.poetry.group.dev.dependencies]
2020
pytest = ">=7.1.2,<9.0.0"
2121
pytest-cov = ">=3,<6"
22-
pytest-asyncio = ">=0.21.1,<0.24.0"
22+
pytest-asyncio = ">=0.21.1,<0.25.0"
2323
tox = ">=3.26,<5.0"
2424
httpx = ">=0.24.1,<0.28.0"
2525
ruff = ">=0.5.0,<0.7.0"

0 commit comments

Comments
 (0)