Skip to content

Commit

Permalink
Update pytest-asyncio requirement from ^0.18 to ^0.20 (#8)
Browse files Browse the repository at this point in the history
Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-asyncio@v0.18.0...v0.20.3)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 12, 2022
1 parent 4e11979 commit 1c47774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ black = "^22.3.0"
isort = "^5.10.1"
poethepoet = "^0.16.5"
pytest = "^7.1.2"
pytest-asyncio = "^0.18"
pytest-asyncio = "^0.20"
flake8 = "^6.0.0"
pylint = "^2.14.5"

Expand Down

0 comments on commit 1c47774

Please sign in to comment.