Skip to content

Commit a5da934

Browse files
chore: Update dependency pytest-asyncio to ^0.19.0 || ^0.23.0
1 parent adf36d0 commit a5da934

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

crates/python/poetry.lock

Lines changed: 18 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
@@ -53,7 +53,7 @@ opentelemetry-api = { version = "^1.20.0", optional = true }
5353
numpy = "^1.24.1"
5454
maturin = "^1.2.3"
5555
pytest = "^7.1.3"
56-
pytest-asyncio = "^0.19.0"
56+
pytest-asyncio = "^0.19.0 || ^0.23.0"
5757
black = "^22.8.0"
5858
syrupy = "^3.0.6"
5959
mypy = "^1.4.1"

0 commit comments

Comments
 (0)