From 42ae246df4ddb812cf78bb83ba59a549822e233d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 21:56:30 +0000 Subject: [PATCH] Bump paramiko from 1.16.0 to 2.10.1 in /bench Bumps [paramiko](https://github.com/paramiko/paramiko) from 1.16.0 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/1.16.0...2.10.1) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bench/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/requirements.txt b/bench/requirements.txt index d08d1c8..daa8d24 100644 --- a/bench/requirements.txt +++ b/bench/requirements.txt @@ -1,3 +1,3 @@ tornado==4.3 -paramiko==1.16.0 +paramiko==2.10.1 boto==2.38.0