From 9c8a8c6daec52001f07ada0da35b9a2298a09e2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 16:11:14 +0000 Subject: [PATCH] Bump ecdsa from 0.15 to 0.19.2 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [ecdsa](https://github.com/tlsfuzzer/python-ecdsa). Updates `ecdsa` from 0.15 to 0.19.2 - [Release notes](https://github.com/tlsfuzzer/python-ecdsa/releases) - [Changelog](https://github.com/tlsfuzzer/python-ecdsa/blob/master/NEWS) - [Commits](https://github.com/tlsfuzzer/python-ecdsa/compare/python-ecdsa-0.15...python-ecdsa-0.19.2) --- updated-dependencies: - dependency-name: ecdsa dependency-version: 0.19.2 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a38eb94..ea130c2 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ install_requires=[ 'requests>=2.20.0', 'pycryptodome>=3.9.8,<4.0', - 'ecdsa==0.15', + 'ecdsa==0.19.2', 'six>=1.8.0', 'base58==1.0.3' ],