From d9ea36567352b8f2ef1b0aa6268e9401c1ef525c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 21:52:41 +0000 Subject: [PATCH] Bump paramiko from 1.14.0 to 2.10.1 in /bluegreen-example Bumps [paramiko](https://github.com/paramiko/paramiko) from 1.14.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.14.0...2.10.1) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bluegreen-example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bluegreen-example/requirements.txt b/bluegreen-example/requirements.txt index a3b1459..1ae2328 100644 --- a/bluegreen-example/requirements.txt +++ b/bluegreen-example/requirements.txt @@ -7,6 +7,6 @@ argparse==1.2.1 ecdsa==0.11 gunicorn==19.0.0 itsdangerous==0.24 -paramiko==1.14.0 +paramiko==2.10.1 pycrypto==2.6.1 wsgiref==0.1.2