Skip to content

Commit 7ecf6b6

Browse files
chore(deps-dev): bump pytest-asyncio from 0.24.0 to 0.25.0 (#1014)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3fa4814 commit 7ecf6b6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

poetry.lock

Lines changed: 7 additions & 7 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
@@ -38,7 +38,7 @@ tests = 'poetry_scripts:run_tests'
3838

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

4343
[tool.pytest.ini_options]
4444
asyncio_mode = "auto"

0 commit comments

Comments
 (0)