From 7a134834e236bdf824f49f3c777ae44347e942db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 20:44:00 +0000 Subject: [PATCH] Bump paramiko from 1.17.0 to 3.4.0 Bumps [paramiko](https://github.com/paramiko/paramiko) from 1.17.0 to 3.4.0. - [Commits](https://github.com/paramiko/paramiko/compare/1.17.0...3.4.0) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production ... 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..7489faa 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -2,7 +2,7 @@ coverage mixer tox Fabric3 -paramiko==1.17.0 +paramiko==3.4.0 ipdb flake8 mock