Update pytest-asyncio requirement from <0.17,>=0.10 to >=0.10,<0.19 (#1631)

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)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.10.0...v0.18.0)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-03-05 17:29:53 -08:00 committed by GitHub
commit a22ec96c3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,7 @@ setup(
"test": [
"pytest>=5.2.2,<6.3.0",
"pytest-xdist>=2.2.1,<2.6",
"pytest-asyncio>=0.10,<0.17",
"pytest-asyncio>=0.10,<0.19",
"beautifulsoup4>=4.8.1,<4.11.0",
"black==22.1.0",
"pytest-timeout>=1.4.2,<2.1",