Skip to content

Commit 51624e4

Browse files
chore(deps): upgrade pytest-asyncio to v1
1 parent d2d56e3 commit 51624e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ isort = "^6"
3434
black = "^25"
3535
pytest = "^8"
3636
coverage = "^7"
37-
pytest-asyncio = "^0.25"
37+
pytest-asyncio = "^1"
3838

3939
[tool.pdm.scripts]
4040
format = { composite = ["isort ./{args}", "black ./{args}"] }

0 commit comments

Comments
 (0)