fix(deps): Revert "fix: pin 'aoihttp < 3.7.0dev' (#634)" (#632) (#640)
This reverts commit 05f95246fab928fe2f445781117eeac8088497fb.
The compatibility bug was fixed in the aioresponses package version 0.7.1 - https://pypi.org/project/aioresponses/
Fixes #632
diff --git a/setup.py b/setup.py
index 16c2779..522b981 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@
"six>=1.9.0",
)
-extras = {"aiohttp": "aiohttp >= 3.6.2, < 3.7.0dev; python_version>='3.6'"}
+extras = {"aiohttp": "aiohttp >= 3.6.2, < 4.0.0dev; python_version>='3.6'"}
with io.open("README.rst", "r") as fh:
long_description = fh.read()