From 7a47efbb2ad501ff00b538ac861388bb0a18e6f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 23:18:17 +0000 Subject: [PATCH] Bump paramiko from 1.17.0 to 2.0.9 Bumps [paramiko](https://github.com/paramiko/paramiko) from 1.17.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.17.0...2.0.9) Signed-off-by: dependabot[bot] --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index ad97d42..9d51a93 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -2,6 +2,6 @@ coverage mixer tox Fabric3 -paramiko==1.17.0 +paramiko==2.0.9 ipdb flake8