Skip to content

Commit

Permalink
chore(deps-dev): bump pytest-asyncio from 0.24.0 to 0.25.0 (#1014)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 3fa4814 commit 7ecf6b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 @@ -38,7 +38,7 @@ tests = 'poetry_scripts:run_tests'

[tool.poetry.group.dev.dependencies]
unasync-cli = { git = "https://github.com/supabase-community/unasync-cli.git", branch = "main" }
pytest-asyncio = "^0.24.0"
pytest-asyncio = ">=0.24,<0.26"

[tool.pytest.ini_options]
asyncio_mode = "auto"
Expand Down

0 comments on commit 7ecf6b6

Please sign in to comment.