Skip to content

Commit 9cd1155

Browse files
authored
Merge pull request #7 from team23/dependabot/pip/pytest-asyncio-gte-0.21.1-and-lt-0.24.0
build(deps-dev): update pytest-asyncio requirement from ^0.21.1 to >=0.21.1,<0.24.0
2 parents 9fb7217 + d4cec60 commit 9cd1155

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)