From dc0b9261706be4a629f118db00fd0c7904bb5460 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:37:02 +0000 Subject: [PATCH] Bump ecdsa from 0.13 to 0.18.0 Bumps [ecdsa](https://github.com/tlsfuzzer/python-ecdsa) from 0.13 to 0.18.0. - [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...python-ecdsa-0.18.0) --- updated-dependencies: - dependency-name: ecdsa dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 38df780..7cbec4e 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ platforms='any', license='Creative Commons Attribution-Noncommercial-Share Alike license', install_requires=[ - 'ecdsa==0.13', + 'ecdsa==0.18.0', 'ethereum==2.1.0', ], )