From 60873a88f62fd01e1cbc4e1b067f9dd49d37875c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 00:33:02 +0000 Subject: [PATCH] Bump ecdsa from 0.11 to 0.13.3 in /bluegreen-example 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] --- bluegreen-example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bluegreen-example/requirements.txt b/bluegreen-example/requirements.txt index a3b1459..aaf3e6a 100644 --- a/bluegreen-example/requirements.txt +++ b/bluegreen-example/requirements.txt @@ -4,7 +4,7 @@ Jinja2==2.7.3 MarkupSafe==0.23 Werkzeug==0.9.6 argparse==1.2.1 -ecdsa==0.11 +ecdsa==0.13.3 gunicorn==19.0.0 itsdangerous==0.24 paramiko==1.14.0