Skip to content

Commit 3c887da

Browse files
Bump pytest-asyncio from 0.19.0 to 0.22.0
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.19.0 to 0.22.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.19.0...v0.22.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 48e0591 commit 3c887da

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

poetry.lock

+17-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ black = "^23.1.0"
6262
isort = "^5.12.0"
6363
flake8-docstrings = "^1.6.0"
6464
notebook = "^6.4.11"
65-
pytest-asyncio = "^0.19.0"
65+
pytest-asyncio = ">=0.19,<0.22"
6666
structlog = "^23.1.0"
6767

6868
[build-system]

0 commit comments

Comments
 (0)