From 3f1c12e9cab7074ba8460e7f94c0aba5b955fc39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 20:54:35 +0000 Subject: [PATCH] Bump paramiko from 2.4.2 to 3.4.0 Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.4.2 to 3.4.0. - [Commits](https://github.com/paramiko/paramiko/compare/2.4.2...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 a59d031..810d608 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ coloredlogs==10.0 dill==0.2.8.2 dockerfile-parse==0.0.13 PyYAML -paramiko==2.4.2 +paramiko==3.4.0 s3fs==0.2.0 sanic==0.8.3 websocket-server==0.4