diff --git a/chia-blockchain-gui b/chia-blockchain-gui index 17129c515454..fe08ae6760b8 160000 --- a/chia-blockchain-gui +++ b/chia-blockchain-gui @@ -1 +1 @@ -Subproject commit 17129c51545405156e45d7f8bc26cc0916f2919d +Subproject commit fe08ae6760b8ab4878e98cdff8f13e3b9e6578cf diff --git a/setup.py b/setup.py index 14a3884a27ed..c2e4099d0f69 100644 --- a/setup.py +++ b/setup.py @@ -6,14 +6,14 @@ from setuptools import setup dependencies = [ "aiofiles==22.1.0", # Async IO for files - "blspy==1.0.15", # Signature library + "blspy==1.0.16", # Signature library "chiavdf==1.0.7", # timelord and vdf verification "chiabip158==1.1", # bip158-style wallet filters "chiapos==1.0.11", # proof of space "clvm==0.9.7", "clvm_tools==0.4.5", # Currying, Program.to, other conveniences "chia_rs==0.1.10", - "clvm-tools-rs==0.1.19", # Rust implementation of clvm_tools' compiler + "clvm-tools-rs==0.1.24", # Rust implementation of clvm_tools' compiler "aiohttp==3.8.3", # 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 @@ -32,7 +32,7 @@ dependencies = [ "click==8.1.3", # For the CLI "dnspython==2.2.1", # Query DNS seeds "watchdog==2.1.9", # Filesystem event watching - watches keyring.yaml - "dnslib==0.9.17", # dns lib + "dnslib==0.9.22", # dns lib "typing-extensions==4.3.0", # typing backports like Protocol and TypedDict "zstd==1.5.2.6", "packaging==21.3",