Skip to content

Commit 45ccdd7

Browse files
chore: Update dependency pytest-asyncio to ^0.19.0 || ^0.21.0
1 parent 8daa159 commit 45ccdd7

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

crates/python/poetry.lock

Lines changed: 6 additions & 5 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.21.0"
5353
black = "^22.8.0"
5454
syrupy = "^3.0.6"
5555
mypy = "^1.4.1"

0 commit comments

Comments
 (0)