From b196e9fa1e74a4d1b4daf4643d0b1cf3214096a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2019 16:33:48 +0000 Subject: [PATCH] Bump ecdsa from 0.11 to 0.13.3 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/python-ecdsa-0.13.3/NEWS) - [Commits](https://github.com/warner/python-ecdsa/compare/python-ecdsa-0.11...python-ecdsa-0.13.3) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7a96243f..2583aa52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ kombu==3.0.35 billiard==3.3.0.23 Markdown==2.4 djangorestframework==3.4.7 -ecdsa==0.11 +ecdsa==0.13.3 Pygments==1.6 django-filter==0.15.2 jsonfield==0.9.22