From c1f9524f4749a80294de31ac3829d5e9e3cff220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 17:48:31 +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 0601657..efbc1fd 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -2,7 +2,7 @@ coverage mixer tox Fabric3 -paramiko==1.17.0 +paramiko==2.0.9 ipdb flake8 mock