From aeb6722f2e3e612b08c51540b6fa7cb26e9af4c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 18:06:09 +0000 Subject: [PATCH] Bump paramiko from 2.4.2 to 3.4.0 in /infra/python/deps Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.4.2 to 3.4.0. - [Commits](https://github.com/paramiko/paramiko/compare/2.4.2...3.4.0) --- 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..def51266c1 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==3.4.0