diff --git a/requirements.txt b/requirements.txt index d3a53f6..a09a5fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ # Requirements for unit testing -pytest>=5.2.2,<6.0 -pytest-asyncio==0.10.0 -pytest-aiohttp==0.3.0 -aioresponses==0.7.2 +pytest>=7.0.1,<8 +pytest-asyncio==0.18.1 +pytest-aiohttp==1.0.4 +aioresponses==0.7.3 pytest-cov asynctest==0.13.0 aiofastforward==0.0.24 diff --git a/tox.ini b/tox.ini index 0e1676b..36c50f0 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36,py37,py38,py39-flake8 +envlist = py37,py38,py39,py310-flake8 skipsdist = True [testenv]