diff --git a/requires.txt b/requires.txt index 327bfaa79..6985b5a62 100644 --- a/requires.txt +++ b/requires.txt @@ -5,7 +5,7 @@ chiapos==1.0.4 clvm==0.9.7 clvm_rs==0.1.10 clvm_tools==0.4.3 -aiohttp==3.7.4 +aiohttp==3.8.4 aiosqlite==0.17.0 bitstring==3.1.9 colorama==0.4.4 diff --git a/setup.py b/setup.py index 5052c4757..c28b92e87 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ "clvm==0.9.7", "clvm_rs==0.1.14", "clvm_tools==0.4.3", - "aiohttp==3.7.4", # HTTP server for full node rpc + "aiohttp==3.8.4", # HTTP server for full node rpc "aiosqlite==0.17.0", # asyncio wrapper for sqlite, to store blocks "bitstring==3.1.9", # Binary data management library "colorama==0.4.4", # Colorizes terminal output