diff --git a/requirements.txt b/requirements.txt index 34f34d930..31995b236 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiodns>=1.1 # aiodns speeds up DNS resolving aiofile>=2.0.0 -aiohttp==3.9.3 +aiohttp==3.9.4 cchardet cython order_book==0.6.0 diff --git a/setup.py b/setup.py index 14b032377..187c056d3 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ def run_tests(self): "requests>=2.18.4", "websockets>=10.0", "pyyaml", - "aiohttp==3.9.3", + "aiohttp==3.9.4", "aiofile>=2.0.0", "yapic.json>=1.6.3", 'uvloop ; platform_system!="Windows"',