Skip to content

Commit

Permalink
Bump pytest-asyncio from 0.23.8 to 0.24.0 (#349)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent 10fb98d commit 8221708
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cli = ["click", "tabulate"]

[tool.poetry.group.dev.dependencies]
pytest = "^8.0"
pytest-asyncio = "^0.23"
pytest-asyncio = ">=0.23,<0.25"
ruff = ">=0.5.0,<0.7"
pre-commit = "^3.6.2"
pre-commit-hooks = "^4.5.0"
Expand Down

0 comments on commit 8221708

Please sign in to comment.