diff --git a/setup.py b/setup.py index 2e99de3f577c..991bf7d50549 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ "clvm_tools==0.4.9", # Currying, Program.to, other conveniences "chia_rs==0.7.0", "clvm-tools-rs==0.1.40", # Rust implementation of clvm_tools' compiler - "aiohttp==3.9.2", # HTTP server for full node rpc + "aiohttp==3.9.4", # HTTP server for full node rpc "aiosqlite==0.20.0", # asyncio wrapper for sqlite, to store blocks "bitstring==4.1.4", # Binary data management library "colorama==0.4.6", # Colorizes terminal output