From 49de8b1e1b139d3298869517088c06cf7cba043a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 03:54:19 +0000 Subject: [PATCH] Bump chiapos from 1.0.10 to 1.0.11 Bumps [chiapos](https://github.com/Chia-Network/chiapos) from 1.0.10 to 1.0.11. - [Release notes](https://github.com/Chia-Network/chiapos/releases) - [Commits](https://github.com/Chia-Network/chiapos/compare/1.0.10...1.0.11) --- updated-dependencies: - dependency-name: chiapos dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 016ba67..09c697c 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ "blspy==1.0.15", # Signature library "chiavdf==1.0.6", # timelord and vdf verification "chiabip158==1.1", # bip158-style wallet filters - "chiapos==1.0.10", # proof of space + "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",