From d93f42aaa552a11046edbd48ea74306124fd883c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 20:53:08 +0000 Subject: [PATCH] Bump paramiko from 2.12.0 to 3.4.0 Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.12.0 to 3.4.0. - [Commits](https://github.com/paramiko/paramiko/compare/2.12.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 226df003..c868c727 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ pytest==7.2.0 types-protobuf==3.20.4.2 mypy-protobuf==3.4.0 grpcio-tools==1.50.0 -paramiko==2.12.0 +paramiko==3.4.0 types-paramiko==2.12.0 ./python