Skip to content

Commit 606c5c9

Browse files
build(deps-dev): bump pytest-asyncio from 0.18.3 to 0.21.1 (#35)
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.18.3 to 0.21.1. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.18.3...v0.21.1) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2894198 commit 606c5c9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

poetry.lock

Lines changed: 7 additions & 7 deletions
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
@@ -16,7 +16,7 @@ shed = ">=0.9.5,<2023.7.0"
1616
pylint = "^2.13.8"
1717
mypy = ">=0.950,<1.5"
1818
pytest = "^7.1.2"
19-
pytest-asyncio = "^0.18.3"
19+
pytest-asyncio = ">=0.18.3,<0.22.0"
2020
pytest-cov = "^4.1.0"
2121
docformatter = "^1.4"
2222
pytest-pylint = "^0.18.0"

0 commit comments

Comments
 (0)