From e64d91f2b40ad9d0c6e6d28fd4da7186bf6f3d9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 17:25:43 +0000 Subject: [PATCH] build(deps): update blspy requirement from ~=1.0.2 to ~=2.0.3 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](https://github.com/Chia-Network/bls-signatures/compare/1.0.2...2.0.3) --- updated-dependencies: - dependency-name: blspy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7997105b..00d971e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ git+git://github.com/Chia-Network/chia-blockchain.git@main#egg=chia-blockchain -blspy~=1.0.2 +blspy~=2.0.3 setuptools~=56.1.0 aiosqlite~=0.17.0 aiohttp~=3.7.4