From ea4ea70f4a293466bd1b1a37faaaaa36c48a007b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 16:17:54 +0000 Subject: [PATCH] Bump paramiko from 2.4.2 to 2.10.1 in /infra/python/deps Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.4.2 to 2.10.1. - [Release notes](https://github.com/paramiko/paramiko/releases) - [Changelog](https://github.com/paramiko/paramiko/blob/main/NEWS) - [Commits](https://github.com/paramiko/paramiko/compare/2.4.2...2.10.1) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production ... 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 06238dcbd9..edbda902c6 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.2 +paramiko==2.10.1