From accf23ddf08a3d03dcf4e7937526cee0f42e34a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 21:57:51 +0000 Subject: [PATCH] build(deps): bump paramiko from 1.16.0 to 2.10.1 in /nsq/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] --- nsq/bench/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsq/bench/requirements.txt b/nsq/bench/requirements.txt index d08d1c8..daa8d24 100644 --- a/nsq/bench/requirements.txt +++ b/nsq/bench/requirements.txt @@ -1,3 +1,3 @@ tornado==4.3 -paramiko==1.16.0 +paramiko==2.10.1 boto==2.38.0