From 55f9703299db79843ac08f1c49c511f25439dec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 16:27:37 +0000 Subject: [PATCH] chore(deps): bump ecdsa Bumps the pip group with 1 update in the /tests/verify_validate directory: [ecdsa](https://github.com/tlsfuzzer/python-ecdsa). Updates `ecdsa` from 0.19.1 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.19.1...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] --- tests/verify_validate/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/verify_validate/requirements.txt b/tests/verify_validate/requirements.txt index 42200cb..c50ee5d 100644 --- a/tests/verify_validate/requirements.txt +++ b/tests/verify_validate/requirements.txt @@ -2,5 +2,5 @@ eth-account==0.13.7 eth-keys==0.7.0 base58==2.1.1 bech32==1.2.0 -ecdsa==0.19.1 +ecdsa==0.19.2 tonsdk==1.0.15 \ No newline at end of file