diff --git a/requirements.txt b/requirements.txt index f2f7f707d..de6d6230f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp>=3.7.4 +aiohttp>=3.9.2 marshmallow>=3.12.2 pytz>=2020.1 ujson>=1.35 \ No newline at end of file diff --git a/setup.py b/setup.py index 17783f33b..b2601d4eb 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ exclude=('tests*', 'documentation', '_macros')), license='', install_requires=[ - "aiohttp>=3.7.4", + "aiohttp>=3.9.2", "marshmallow>=3.12.2", "pytz>=2020.1", "ujson>=1.35",