From adc9fbfb88b3e3c2e274cc3450a81157dd40f6f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 16:44:03 +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 4efa731..4c3c6c3 100644 --- a/committee/setup.py +++ b/committee/setup.py @@ -7,7 +7,7 @@ install_requires=[ 'aerospike==3.9.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',