Skip to content

Commit

Permalink
Update pytest-asyncio requirement from ~=0.14 to ~=0.19
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.14.0...v0.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 15, 2022
1 parent 74f076c commit dfdf0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pre-commit~=2.12
pylint~=2.7
pylint-strict-informational==0.1
pytest~=6.2
pytest-asyncio~=0.14
pytest-asyncio~=0.19
pytest-cov~=2.11
requests-mock~=1.8
flake8-docstrings~=1.6
Expand Down

0 comments on commit dfdf0ce

Please sign in to comment.