diff --git a/setup.py b/setup.py index c173e8f73072..a5b2014095dc 100644 --- a/setup.py +++ b/setup.py @@ -3,12 +3,12 @@ dependencies = [ "multidict==5.1.0", # Avoid 5.2.0 due to Avast "aiofiles==0.7.0", # Async IO for files - "blspy==1.0.7", # Signature library + "blspy==1.0.8", # Signature library "chiavdf==1.0.3", # timelord and vdf verification "chiabip158==1.0", # bip158-style wallet filters - "chiapos==1.0.6", # proof of space + "chiapos==1.0.7", # proof of space "clvm==0.9.7", - "clvm_rs==0.1.15", + "clvm_rs==0.1.16", "clvm_tools==0.4.3", "aiohttp==3.7.4", # HTTP server for full node rpc "aiosqlite==0.17.0", # asyncio wrapper for sqlite, to store blocks