From 1418b884eaec93e3a043753482af45ad04a15759 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 18:51:22 +0000 Subject: [PATCH] build(deps): Bump paramiko from 2.11.0 to 3.4.0 Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.11.0 to 3.4.0. - [Commits](https://github.com/paramiko/paramiko/compare/2.11.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(-) diff --git a/requirements.txt b/requirements.txt index 6d932eb37..3557433ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ packaging==21.3 -paramiko==2.11.0 +paramiko==3.4.0 pywin32==304; sys_platform == 'win32' requests==2.31.0 urllib3==1.26.18