From 518997e460e68c13fd85228bf622c16db3eefa6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 23:13:53 +0000 Subject: [PATCH] python(deps): bump paramiko from 2.7.2 to 2.12.0 in /pywisp_emibcn Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.7.2 to 2.12.0. - [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.7.2...2.12.0) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pywisp_emibcn/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywisp_emibcn/requirements.txt b/pywisp_emibcn/requirements.txt index 8012692..70bf3ee 100644 --- a/pywisp_emibcn/requirements.txt +++ b/pywisp_emibcn/requirements.txt @@ -1,5 +1,5 @@ requests==2.26.0 -paramiko==2.7.2 +paramiko==2.12.0 termcolor==1.1.0 argparse==1.4.0 configparser==5.0.2