From 001a79dbfbb0bdd3a6df21232aa00ef86ee0ada5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2020 18:45:46 +0000 Subject: [PATCH] Bump paramiko from 1.15.2 to 2.0.9 in /deploy Bumps [paramiko](https://github.com/paramiko/paramiko) from 1.15.2 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.15.2...2.0.9) Signed-off-by: dependabot[bot] --- deploy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/requirements.txt b/deploy/requirements.txt index 890e683a..e597fa64 100644 --- a/deploy/requirements.txt +++ b/deploy/requirements.txt @@ -1,5 +1,5 @@ Fabric==1.10.1 ecdsa==0.11 -paramiko==1.15.2 +paramiko==2.0.9 pycrypto==2.6.1 wsgiref==0.1.2