From 43d41a4cbf8ef41b3d75393eda6c6a1548cd7006 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 20:45:07 +0000 Subject: [PATCH] Bump paramiko from 1.16.0 to 3.4.0 Bumps [paramiko](https://github.com/paramiko/paramiko) from 1.16.0 to 3.4.0. - [Commits](https://github.com/paramiko/paramiko/compare/1.16.0...3.4.0) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 8a2ec12..c5795b1 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ flake8==2.4.1 mock==2.0.0 -paramiko==1.16.0 +paramiko==3.4.0 pexpect>=4.2.0 nose>=1.3.0 coverage>=4.4.0