Skip to content

Commit d4cec60

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.23.2) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9fb7217 commit d4cec60

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,<8.0.0"
2121
pytest-cov = ">=3,<5"
22-
pytest-asyncio = "^0.21.1"
22+
pytest-asyncio = ">=0.21.1,<0.24.0"
2323
mypy = ">=0.971,<2.0"
2424
tox = ">=3.26,<5.0"
2525
httpx = ">=0.24.1,<0.26.0"

0 commit comments

Comments
 (0)