From c83fc1582d4f08194a06082bd8a0e1c6a454b331 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 12:44:45 -0600 Subject: [PATCH] build(deps): bump fastecdsa from 1.7.5 to 2.3.2 (#669) Bumps [fastecdsa](https://github.com/AntonKueltz/fastecdsa) from 1.7.5 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.5...v2.3.2) --- updated-dependencies: - dependency-name: fastecdsa dependency-version: 2.3.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d2f47da..04f2449a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "rpcudp>=3.0.0", "trio-typing>=0.0.4", "trio>=0.26.0", - "fastecdsa==1.7.5; sys_platform != 'win32'", + "fastecdsa==2.3.2; sys_platform != 'win32'", ] classifiers = [ "Development Status :: 4 - Beta",