From 86362db99c32afa9c2189570d7a144652f51597f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 12:33:55 -0500 Subject: [PATCH] Bump chiavdf from 1.0.6 to 1.0.7 (#12499) Bumps [chiavdf](https://github.com/Chia-Network/chiavdf) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/Chia-Network/chiavdf/releases) - [Commits](https://github.com/Chia-Network/chiavdf/compare/1.0.6...1.0.7) --- updated-dependencies: - dependency-name: chiavdf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bc0e22979fa1..bbfc6e872a92 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup dependencies = [ "aiofiles==0.7.0", # Async IO for files "blspy==1.0.15", # Signature library - "chiavdf==1.0.6", # timelord and vdf verification + "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",