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] <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:
dependabot[bot] 2022-09-27 12:33:55 -05:00 committed by GitHub
parent da89f49281
commit 86362db99c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",