From 5c4e7d6f68e41d7be18c9e01ae146443ad24cf02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 23:41:01 +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] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index af50f5a..d052cd3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ ws4py secp256k1 graphenelib==0.4.8 scrypt==0.7.1 -ecdsa==0.13 +ecdsa==0.13.3 diff --git a/setup.py b/setup.py index a19fa4e..131c14e 100644 --- a/setup.py +++ b/setup.py @@ -258,7 +258,7 @@ def run_tests(self): 'secp256k1', "graphenelib==0.4.8", "scrypt==0.7.1", - "ecdsa==0.13" + "ecdsa==0.13.3" # your module dependencies ] + python_version_specific_requires, # Allow tests to be run with `python setup.py test'.