diff --git a/requirements.txt b/requirements.txt index 52b7bce..069a2e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -aiohttp==3.6.2 +aiohttp==3.7.4 websockets==8.1 \ No newline at end of file diff --git a/setup.py b/setup.py index d246b90..3fc1e86 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ "Typing :: Typed", ], install_requires=[ - 'aiohttp==3.6.2', + 'aiohttp==3.7.4', 'websockets==8.1' ], python_requires='>=3.6',