From d4189fd65f7ccccdae80897a8720e2ea4a652e0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 19:47:08 +0000 Subject: [PATCH] Bump fastecdsa from 1.7.2 to 2.3.2 in /committee Bumps [fastecdsa](https://github.com/AntonKueltz/fastecdsa) from 1.7.2 to 2.3.2. - [Release notes](https://github.com/AntonKueltz/fastecdsa/releases) - [Changelog](https://github.com/AntonKueltz/fastecdsa/blob/main/CHANGELOG.md) - [Commits](https://github.com/AntonKueltz/fastecdsa/compare/v1.7.2...v2.3.2) --- updated-dependencies: - dependency-name: fastecdsa dependency-version: 2.3.2 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..b48d26a 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.3.2', 'marshmallow-dataclass==7.1.0', 'marshmallow==3.2.1', 'PyYAML==5.1',