From b417d538f628fd75075ab31bb3a1a20fd3af4b66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 14:21:41 +0000 Subject: [PATCH] Bump paramiko from 2.1.2 to 2.1.6 Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.1.2 to 2.1.6. - [Release notes](https://github.com/paramiko/paramiko/releases) - [Changelog](https://github.com/paramiko/paramiko/blob/master/NEWS) - [Commits](https://github.com/paramiko/paramiko/compare/2.1.2...2.1.6) Signed-off-by: dependabot[bot] --- external_requirements.txt | 2 +- package/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/external_requirements.txt b/external_requirements.txt index 1495da5..c8d56a8 100644 --- a/external_requirements.txt +++ b/external_requirements.txt @@ -1,3 +1,3 @@ requests pywinrm==0.2.2 -paramiko==2.1.2 \ No newline at end of file +paramiko==2.1.6 \ No newline at end of file diff --git a/package/requirements.txt b/package/requirements.txt index f4c5c36..2e3eb0c 100644 --- a/package/requirements.txt +++ b/package/requirements.txt @@ -2,6 +2,6 @@ cloudshell-automation-api>=2022.1.0,<2022.1.1 cloudshell-shell-core>=5.0.0,<6.0.0 cloudshell-core>=2.2.0,<2.3.0 pywinrm>=0.2.2 -paramiko==2.7.2 +paramiko==2.1.6 requests>=2.16.2 jsonpickle