From 01fca4a8e14e29e0d460fd987072575424bb398b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2019 16:37:10 +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/python-ecdsa-0.13.3/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 7c5c1fd..a45ecef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ graphenelib==0.4.8 requests==2.10.0 scrypt==0.7.1 -ecdsa==0.13 +ecdsa==0.13.3 websockets diff --git a/setup.py b/setup.py index 9dfe9f1..093e642 100644 --- a/setup.py +++ b/setup.py @@ -256,7 +256,7 @@ def run_tests(self): packages=find_packages(exclude=(TESTS_DIRECTORY,)), install_requires=[ "graphenelib==0.4.8", "requests==2.10.0", - "scrypt==0.7.1", "ecdsa==0.13", "websockets" + "scrypt==0.7.1", "ecdsa==0.13.3", "websockets" # your module dependencies ] + python_version_specific_requires, # Allow tests to be run with `python setup.py test'.