diff --git a/setup.py b/setup.py index 1bc9c5d3cb8e..19bd449a981f 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ "chia_rs==0.5.2", "clvm-tools-rs==0.1.40", # Rust implementation of clvm_tools' compiler "aiohttp==3.9.1", # HTTP server for full node rpc - "aiosqlite==0.19.0", # asyncio wrapper for sqlite, to store blocks + "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 "colorlog==6.8.2", # Adds color to logs