From 318ead95c1a678f8a5f12c492b82c382d8f77063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 09:15:25 +0000 Subject: [PATCH] Bump blspy from 1.0.6 to 1.0.16 Bumps [blspy](https://github.com/Chia-Network/bls-signatures) from 1.0.6 to 1.0.16. - [Release notes](https://github.com/Chia-Network/bls-signatures/releases) - [Commits](https://github.com/Chia-Network/bls-signatures/compare/1.0.6...1.0.16) --- updated-dependencies: - dependency-name: blspy 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 18481b99dea4..2f4807e3582a 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup dependencies = [ - "blspy==1.0.6", # Signature library + "blspy==1.0.16", # Signature library "chiavdf==1.0.3", # timelord and vdf verification "chiabip158==1.0", # bip158-style wallet filters "chiapos==1.0.6", # proof of space