From 0d784f5717660f006e19fa362f8d310a128242b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 15:58:14 +0000 Subject: [PATCH] Bump ecdsa from 0.13.3 to 0.19.2 Bumps [ecdsa](https://github.com/tlsfuzzer/python-ecdsa) from 0.13.3 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.13.3...python-ecdsa-0.19.2) --- updated-dependencies: - dependency-name: ecdsa dependency-version: 0.19.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 038e739..dbf8fe8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ trezor==0.11.1 PyQt5>=5.9,<5.14.1 requests>=2.18.4,<=2.23 simplejson<=3.13.2 -ecdsa==0.13.3 \ No newline at end of file +ecdsa==0.19.2 \ No newline at end of file