From 8597b63c0a260689dedd13c307d4fe5744e5c6d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 21:53:03 +0000 Subject: [PATCH] Bump paramiko from 1.16.0 to 2.10.1 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:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index ed3bb33..2b3b4b6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ ecdsa==0.13.3 Fabric==1.10.2 -paramiko==1.16.0 +paramiko==2.10.1 pycrypto==2.6.1 requests==2.9.1 Shapely==1.5.13