From 2ac278dbde8c74272782adbca8f1d3b31d54b2b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 21:53:59 +0000 Subject: [PATCH] Bump paramiko from 1.7.6 to 2.10.1 in /server/virtualenv Bumps [paramiko](https://github.com/paramiko/paramiko) from 1.7.6 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/release-1.7.6...2.10.1) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/virtualenv/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/virtualenv/requirements.txt b/server/virtualenv/requirements.txt index 89176d5..5c57591 100644 --- a/server/virtualenv/requirements.txt +++ b/server/virtualenv/requirements.txt @@ -23,7 +23,7 @@ logilab-common lxml>=2.2.3 mock MySQL-python==1.2.3 -paramiko==1.7.6 +paramiko==2.10.1 PIL==1.1.7 pycrypto==2.3 pyparsing==1.5.5