From ce01b9449245a30b0459c0776452e80d0ba98eeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 20:45:28 +0000 Subject: [PATCH] Bump paramiko from 2.10.1 to 3.4.0 in /test/acceptance 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] --- test/acceptance/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/acceptance/requirements.txt b/test/acceptance/requirements.txt index 0d18ef7..4477ad0 100644 --- a/test/acceptance/requirements.txt +++ b/test/acceptance/requirements.txt @@ -3,7 +3,7 @@ fabric==1.10.0 flask==2.3.2 # blindly changing from 0.12.3 due to a github vulnerability warning, not yet tested... requests==2.31.0 # blindly change from 2.20.0 (test/acceptance is no longer in use) colorama==0.2.5 -paramiko==2.10.1 # blindly changing from 2.0.9 due to a github vulnerability warning, not yet tested... +paramiko==3.4.0 # blindly changing from 2.0.9 due to a github vulnerability warning, not yet tested... psutil==5.6.6 python-subunit==1.0.0 junitxml==0.7