From 6f4903baf544bbfb3cbdb79b9d67d33005edd0b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 21:53:27 +0000 Subject: [PATCH] Bump paramiko from 2.1.2 to 2.10.1 Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.1.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.1.2...2.10.1) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production ... 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..f944471 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.10.1 \ No newline at end of file diff --git a/package/requirements.txt b/package/requirements.txt index f4c5c36..42266d2 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.10.1 requests>=2.16.2 jsonpickle