From 5121c5a2880e3bd1f31dfc238b7beccf8f5d2a9c Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 8 Jan 2025 17:27:52 +0100 Subject: [PATCH] bump chia_rs to the latest version (#19112) --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index f444932d614b..92d9176efedb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiofiles" @@ -3315,4 +3315,4 @@ upnp = ["miniupnpc"] [metadata] lock-version = "2.0" python-versions = ">=3.9, <3.13" -content-hash = "f0cb06972cebfa76cd55d0016b66bd0e6a79babc88eb9b9b59bb7531d1c4b533" +content-hash = "0fef07d7f55098ce5989da745625f27d69147dafc4188c4bbf09fe5079c97387" diff --git a/pyproject.toml b/pyproject.toml index 92c11fe0f250..9fce909fbc7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ bitstring = ">=4.1.4" # Binary data management library boto3 = ">=1.35.43" # AWS S3 for Data Layer S3 plugin chiabip158 = ">=1.5.1" # bip158-style wallet filters chiapos = ">=2.0.7" # proof of space -chia_rs = ">=0.16.0" +chia_rs = ">=0.17.0" chiavdf = ">=1.1.8" # timelord and vdf verification click = ">=8.1.7" # For the CLI clvm = ">=0.9.11"