From 9910dbcf4d08bb1ed0b791ccfddf6335d2087f0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 22:06:21 +0000 Subject: [PATCH] Bump paramiko from 2.7.2 to 2.10.1 in /HW21 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] --- HW21/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HW21/requirements.txt b/HW21/requirements.txt index 78817a0..395621b 100644 --- a/HW21/requirements.txt +++ b/HW21/requirements.txt @@ -1,4 +1,4 @@ -paramiko==2.7.2 +paramiko==2.10.1 flake8==3.9.0 black==20.8b1 mypy==0.812 \ No newline at end of file