From cc3b5e326ec5bbb17b9b6d6aeccff9f06095f714 Mon Sep 17 00:00:00 2001 From: William Blanke Date: Fri, 3 Dec 2021 13:51:27 -0800 Subject: [PATCH] updated bls, pos, and clvm_rs to new releases --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index c173e8f730..a5b2014095 100644 --- a/setup.py +++ b/setup.py @@ -3,12 +3,12 @@ from setuptools import setup 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