From ce0bf84de3056c2ce637a48612747237a86b1e7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 14:10:33 +0000 Subject: [PATCH] Bump chiavdf from 1.0.2 to 1.0.8 Bumps [chiavdf](https://github.com/Chia-Network/chiavdf) from 1.0.2 to 1.0.8. - [Release notes](https://github.com/Chia-Network/chiavdf/releases) - [Commits](https://github.com/Chia-Network/chiavdf/compare/1.0.2...1.0.8) --- updated-dependencies: - dependency-name: chiavdf 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 212b5e8a..a96bed11 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ dependencies = [ "blspy==1.0.5", # Signature library - "chiavdf==1.0.2", # timelord and vdf verification + "chiavdf==1.0.8", # timelord and vdf verification "chiabip158==1.0", # bip158-style wallet filters "chiapos==1.0.4", # proof of space "clvm==0.9.7",