From 5848cc941d8210d9888f7c64ab83894d0102f140 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 21:55:29 +0000 Subject: [PATCH] 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-lock.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-lock.txt b/requirements-lock.txt index 6a83909..fd3e36c 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -10,7 +10,7 @@ cffi==1.11.5 # via bcrypt, cryptography, pynacl cryptography==2.5 # via paramiko jsonextended==0.7.7 jsonschema==2.6.0 -paramiko==2.4.2 +paramiko==2.10.1 pathlib2==2.3.3 # via jsonextended pyasn1==0.4.5 # via paramiko pycparser==2.19 # via cffi