From bf9bd7df6c7097f4e88ebe47c3089881baab0bd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Mar 2022 23:16:54 +0000 Subject: [PATCH] chore(deps): bump paramiko from 2.9.2 to 2.10.2 Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.9.2 to 2.10.2. - [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.9.2...2.10.2) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 803b33f..89213c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ proxmoxer==1.2.0 requests==2.27.1 -paramiko==2.9.2 +paramiko==2.10.2 argh==0.26.2 PyYAML==6.0 tabulate==0.8.9 \ No newline at end of file diff --git a/setup.py b/setup.py index 44112a2..dcd8fe7 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ install_requires=[ "proxmoxer==1.2.0", "requests==2.27.1", - "paramiko==2.9.2", + "paramiko==2.10.2", "argh==0.26.2", "PyYAML==6.0", "tabulate==0.8.9",