Skip to content

Commit 8ff9ba8

Browse files
chore(deps-dev): bump pytest-asyncio from 0.25.3 to 0.26.0 (#1084)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2fa8891 commit 8ff9ba8

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

poetry.lock

Lines changed: 5 additions & 4 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.26"
41+
pytest-asyncio = ">=0.24,<0.27"
4242

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

0 commit comments

Comments
 (0)