Update pytest-asyncio requirement from <0.13,>=0.10 to >=0.10,<0.15 (#866)

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.14.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
pull/869/head
dependabot-preview[bot] 2020-06-24 11:50:55 -07:00 zatwierdzone przez GitHub
rodzic 1a5b7d318f
commit 1bb33dab49
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -68,7 +68,7 @@ setup(
"docs": ["sphinx_rtd_theme", "sphinx-autobuild"],
"test": [
"pytest>=5.2.2,<5.5.0",
"pytest-asyncio>=0.10,<0.13",
"pytest-asyncio>=0.10,<0.15",
"aiohttp~=3.6.2",
"beautifulsoup4>=4.8.1,<4.10.0",
"asgiref~=3.2.3",