From e88b47df5cb42af2bd28335f16492457bc8ed6f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 13:00:57 +0000 Subject: [PATCH] Bump ecdsa from 0.13 to 0.13.3 in /Chapter05/cryptocurrency_application 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] --- Chapter05/cryptocurrency_application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter05/cryptocurrency_application/requirements.txt b/Chapter05/cryptocurrency_application/requirements.txt index 7e038fe..27f427e 100644 --- a/Chapter05/cryptocurrency_application/requirements.txt +++ b/Chapter05/cryptocurrency_application/requirements.txt @@ -1,3 +1,3 @@ sanic==0.7.0 pycryptodome==3.4.11 -ecdsa==0.13 +ecdsa==0.13.3