From b263a3ec84f37762ef3639030aa799043088c0ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 22:17:24 +0000 Subject: [PATCH] Bump paramiko from 2.8.0 to 2.8.1 Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.8.0 to 2.8.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.8.0...2.8.1) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2961cc91..6efffb0a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ argparse==1.4.0 netaddr==0.8.0 ipaddr==2.2.0 requests==2.26.0 -paramiko==2.8.0 +paramiko==2.8.1 texttable==1.6.4 PySocks==1.7.1 # library_name=socks # module name is not equal to socks name; this is required to be checked on startup pyOpenSSL==21.0.0 # library_name=OpenSSL