From 8e678eb9819062e96f1bb8475f0fe4bc5841b533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 00:33:08 +0000 Subject: [PATCH] Bump paramiko from 1.14.0 to 2.0.9 in /bluegreen-example Bumps [paramiko](https://github.com/paramiko/paramiko) from 1.14.0 to 2.0.9. - [Release notes](https://github.com/paramiko/paramiko/releases) - [Changelog](https://github.com/paramiko/paramiko/blob/master/NEWS) - [Commits](https://github.com/paramiko/paramiko/compare/1.14.0...2.0.9) 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..2f5e48f 100644 --- a/bluegreen-example/requirements.txt +++ b/bluegreen-example/requirements.txt @@ -7,6 +7,6 @@ argparse==1.2.1 ecdsa==0.11 gunicorn==19.0.0 itsdangerous==0.24 -paramiko==1.14.0 +paramiko==2.0.9 pycrypto==2.6.1 wsgiref==0.1.2