From 297dca21271fc431324f2d87b0526da2e7fa14b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 20:46:26 +0000 Subject: [PATCH] Bump paramiko from 2.10.1 to 3.4.0 in /deploy Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.10.1 to 3.4.0. - [Commits](https://github.com/paramiko/paramiko/compare/2.10.1...3.4.0) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deploy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/requirements.txt b/deploy/requirements.txt index 58ee1255..35f16cc9 100644 --- a/deploy/requirements.txt +++ b/deploy/requirements.txt @@ -1,5 +1,5 @@ fabric -paramiko==2.10.1 +paramiko==3.4.0 argparse pyyaml apache-libcloud==0.11.3