From 8c467451e6f51ab31214b32ee950ce81c302680b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 13:57:23 +0000 Subject: [PATCH] Build(deps): Bump paramiko from 2.4.1 to 2.4.2 in /infra/python/deps Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/paramiko/paramiko/releases) - [Changelog](https://github.com/paramiko/paramiko/blob/master/NEWS) - [Commits](https://github.com/paramiko/paramiko/compare/2.4.1...2.4.2) Signed-off-by: dependabot[bot] --- infra/python/deps/extended-test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/python/deps/extended-test-requirements.txt b/infra/python/deps/extended-test-requirements.txt index 3f70b8de0a9..06238dcbd9c 100644 --- a/infra/python/deps/extended-test-requirements.txt +++ b/infra/python/deps/extended-test-requirements.txt @@ -25,4 +25,4 @@ Flask==1.0.2 # Fabric depends on Paramiko. Additionally, the stress test uses # Paramiko directly to keep a persistent SSH connection open to each # Impalad host to run in-test monitoring. -paramiko==2.4.1 +paramiko==2.4.2