From d3abc4f2b3e3dfe378ff1d52ae3e756b3a16d512 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 03:21:55 +0000 Subject: [PATCH] Bump ecdsa from 0.13 to 0.13.3 Bumps [ecdsa](https://github.com/warner/python-ecdsa) from 0.13 to 0.13.3. - [Release notes](https://github.com/warner/python-ecdsa/releases) - [Changelog](https://github.com/warner/python-ecdsa/blob/master/NEWS) - [Commits](https://github.com/warner/python-ecdsa/compare/python-ecdsa-0.13...python-ecdsa-0.13.3) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 06464d6..3cb2cc0 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ 'Topic :: Office/Business :: Financial', ], install_requires=[ - "ecdsa==0.13", + "ecdsa==0.13.3", "requests==2.22.0", "websocket-client==0.48.0", "pylibscrypt==1.7.1",