Skip to content

Commit

Permalink
chore: update pytest-asyncio
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby authored and alcarney committed Nov 30, 2023
1 parent 5811a6c commit 936e653
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ black = ">=23.11.0"
# Note: `coverage` requires that your Python was built with system `sqlite` development files
coverage = { version = ">=7.3.2", extras = ["toml"] }
pytest = ">=7.4.3"
# TODO: tests freeze on v0.21.1
pytest-asyncio = "0.21.0"
pytest-asyncio = ">=0.21.0"

[tool.poetry.group.docs.dependencies]
# TODO `sphinx>=7.26` needs python 3.9
Expand Down

0 comments on commit 936e653

Please sign in to comment.