diff --git a/setup.py b/setup.py index 6b2f903d..254859b0 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ setup( extras_require={ "docs": ["sphinx_rtd_theme", "sphinx-autobuild"], "test": [ - "pytest~=4.6.1", + "pytest~=5.0.0", "pytest-asyncio~=0.10.0", "aiohttp~=3.5.3", "beautifulsoup4~=4.6.1",