Skip to content

Commit 6802362

Browse files
committed
Update version cap in pytest-asyncio
1 parent 86e17dc commit 6802362

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

poetry.lock

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ flake8 = "^4.0.1"
2121
isort = "^5.10.1"
2222
mypy = "^0.931"
2323
pytest = "^6.2.5"
24-
pytest-asyncio = "^0.16"
24+
pytest-asyncio = ">=0.16"
2525
types-aiofiles = "^0.8.2"
2626

2727
[tool.black]

0 commit comments

Comments
 (0)