From a8b9f62350d0618ec6a351460448cf913bb1ab50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 21:06:32 +0000 Subject: [PATCH] Bump paramiko from 3.2.0 to 3.4.0 in /test Bumps [paramiko](https://github.com/paramiko/paramiko) from 3.2.0 to 3.4.0. - [Commits](https://github.com/paramiko/paramiko/compare/3.2.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 68b0fb4854..2236d95145 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -26,7 +26,7 @@ jedi==0.18.2; python_version >= '3.6' matplotlib-inline==0.1.6; python_version >= '3.5' more-executors==2.11.4 packaging==23.1; python_version >= '3.7' -paramiko==3.2.0 +paramiko==3.4.0 parso==0.8.3; python_version >= '3.6' pexpect==4.8.0; sys_platform != 'win32' pickleshare==0.7.5