Skip to content

Commit 397ebf6

Browse files
chore: Update dependency pytest-asyncio to ^0.19.0 || ^0.23.0
1 parent fe637ea commit 397ebf6

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

crates/python/poetry.lock

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ python = "^3.8"
4949
numpy = "^1.24.1"
5050
maturin = "^1.2.3"
5151
pytest = "^7.1.3"
52-
pytest-asyncio = "^0.19.0"
52+
pytest-asyncio = "^0.19.0 || ^0.23.0"
5353
black = "^22.8.0"
5454
syrupy = "^3.0.6"
5555
mypy = "^1.4.1"

0 commit comments

Comments
 (0)