From 2ec48c8abc90739589bd205714761a512e5e470d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Jul 2022 12:11:33 +0200 Subject: [PATCH] Bump paramiko from 2.7.2 to 2.10.1 (#333) Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.7.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.7.2...2.10.1) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ab577f0..22d522e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -paramiko==2.7.2 +paramiko==2.10.1 python-dateutil~=2.8.1 PyYAML==5.4 retry==0.9.2