From b8a1489c1df933cc6c710ce249d6ca9ed2a17018 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 15:52:53 +0000 Subject: [PATCH] Bump ecdsa from 0.11 to 0.13.3 in /chapter1 Bumps [ecdsa](https://github.com/warner/python-ecdsa) from 0.11 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.11...python-ecdsa-0.13.3) Signed-off-by: dependabot[bot] --- chapter1/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter1/requirements.txt b/chapter1/requirements.txt index 758bbda..1de38e7 100644 --- a/chapter1/requirements.txt +++ b/chapter1/requirements.txt @@ -30,7 +30,7 @@ dockerpty==0.2.1 docopt==0.6.1 docutils==0.12 dodgy==0.1.5 -ecdsa==0.11 +ecdsa==0.13.3 elasticsearch==2.3.0 enum34==1.1.6 fig==0.5.1