From bfa074f3cc857774d0ab3b1b625c3043b5a7af9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 21:55:41 +0000 Subject: [PATCH] :arrow_up: Bump paramiko from 2.4.2 to 2.10.1 Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.4.2 to 2.10.1. - [Release notes](https://github.com/paramiko/paramiko/releases) - [Changelog](https://github.com/paramiko/paramiko/blob/main/NEWS) - [Commits](https://github.com/paramiko/paramiko/compare/2.4.2...2.10.1) --- 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 e8ffa3b..28c82ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ django==1.11.16 # ssh -paramiko==2.4.2 +paramiko==2.10.1 # websocket支持 channels==1.1.6 asgi_redis==1.4.3