Skip to content

Commit

Permalink
Update pytest-asyncio requirement from ~=0.19.0 to ~=0.20.1 (#1717)
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.19.0...v0.20.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: BobDotCom <71356958+BobDotCom@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and BobDotCom committed Oct 23, 2022
1 parent 01e3cd5 commit a443d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r requirements.txt
pylint~=2.15.5
pytest~=7.1.3
pytest-asyncio~=0.19.0
pytest-asyncio~=0.20.1
# pytest-order~=1.0.1
mypy~=0.982
coverage~=6.5
Expand Down

0 comments on commit a443d2d

Please sign in to comment.