From 4d33d4a63fe0800509ec93e925a4891f5a6875ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 11:02:51 +0000 Subject: [PATCH] Bump fastecdsa from 1.7.2 to 2.1.2 in /committee Bumps [fastecdsa](https://github.com/AntonKueltz/fastecdsa) from 1.7.2 to 2.1.2. - [Release notes](https://github.com/AntonKueltz/fastecdsa/releases) - [Changelog](https://github.com/AntonKueltz/fastecdsa/blob/master/CHANGELOG.md) - [Commits](https://github.com/AntonKueltz/fastecdsa/compare/v1.7.2...v2.1.2) --- updated-dependencies: - dependency-name: fastecdsa dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- committee/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/committee/setup.py b/committee/setup.py index 26ec430..7b70f90 100644 --- a/committee/setup.py +++ b/committee/setup.py @@ -7,7 +7,7 @@ install_requires=[ 'aerospike==4.0.0', 'aioredis==1.2.0', - 'fastecdsa==1.7.2', + 'fastecdsa==2.1.2', 'marshmallow-dataclass==7.1.0', 'marshmallow==3.2.1', 'PyYAML==5.1',