Skip to content

Commit 0f3250a

Browse files
chore(deps-dev): bump pytest-asyncio from 0.26.0 to 1.0.0 (#1139)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 44482fd commit 0f3250a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 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.27"
41+
pytest-asyncio = ">=0.24,<1.1"
4242

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

0 commit comments

Comments
 (0)