Skip to content

Commit

Permalink
build(deps): update blspy requirement from ~=1.0.2 to ~=2.0.3
Browse files Browse the repository at this point in the history
Updates the requirements on [blspy](https://github.com/Chia-Network/bls-signatures) to permit the latest version.
- [Release notes](https://github.com/Chia-Network/bls-signatures/releases)
- [Commits](Chia-Network/bls-signatures@1.0.2...2.0.3)

---
updated-dependencies:
- dependency-name: blspy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 21, 2024
1 parent 691a29d commit ae434e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
chia-blockchain==2.0.0
blspy==2.0.2
blspy==2.0.3
setuptools~=67.6.1
aiosqlite==0.19.0
aiohttp==3.8.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def read(fname):

dependencies = [
"chia-blockchain==2.0.0",
"blspy==2.0.2",
"blspy==2.0.3",
"setuptools~=56.1.0",
"aiosqlite==0.19.0",
"aiohttp==3.8.4",
Expand Down

0 comments on commit ae434e1

Please sign in to comment.