From 73976d3b131c4f522a62eb83938eb0453b5be2a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 21:13:19 +0000 Subject: [PATCH] Bump paramiko from 2.10.1 to 3.4.0 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-version: 3.4.0 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 047d7f61..89f3c1b7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,7 +14,7 @@ importlib-metadata==4.6.1 iniconfig==1.1.1 jsonschema==3.2.0 packaging>=21.0 -paramiko==2.10.1 +paramiko==3.4.0 pluggy>=1.0.0 protobuf>=3.13.0,<7.0.0 py>=1.11.0