mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2025-01-08 10:25:24 +03:00
Bump blspy from 1.0.15 to 1.0.16 (#13552)
Bumps [blspy](https://github.com/Chia-Network/bls-signatures) from 1.0.15 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.15...1.0.16) --- updated-dependencies: - dependency-name: blspy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
d73e979720
commit
34d80462e5
2
setup.py
2
setup.py
@ -6,7 +6,7 @@ from setuptools import setup
|
||||
|
||||
dependencies = [
|
||||
"aiofiles==22.1.0", # Async IO for files
|
||||
"blspy==1.0.15", # Signature library
|
||||
"blspy==1.0.16", # Signature library
|
||||
"chiavdf==1.0.7", # timelord and vdf verification
|
||||
"chiabip158==1.1", # bip158-style wallet filters
|
||||
"chiapos==1.0.11", # proof of space
|
||||
|
Loading…
Reference in New Issue
Block a user