Skip to content

Commit febf585

Browse files
authored
fix(deps): restrict pytest-asyncio to <1.0.0 (#1215)
Limit pytest-asyncio version to below 1.0.0 to avoid breaking changes introduced in major releases 1.0.0 released on May 26. Update poetry.lock content hash accordingly.
1 parent 0570f88 commit febf585

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
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
@@ -139,7 +139,7 @@ mypy = ">=1.1.1"
139139
pre-commit = ">=3.1.1"
140140
pylint = ">=2.17.0"
141141
pytest = ">=7.2.2"
142-
pytest-asyncio = ">=0.21.0"
142+
pytest-asyncio = ">=0.21.0, <1.0.0"
143143
pytest-cov = ">=4.1.0"
144144
pytest-httpx = ">=0.22.0"
145145
streamlit = ">=1.37.0"

0 commit comments

Comments
 (0)