From 67445e96550193faaa8b9cc59a834c0de7259916 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 22:05:37 +0000 Subject: [PATCH] Bump paramiko from 2.4.2 to 2.10.1 in /cent8 Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.4.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.4.2...2.10.1) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cent8/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cent8/requirements.txt b/cent8/requirements.txt index 72083c7..f4304e8 100644 --- a/cent8/requirements.txt +++ b/cent8/requirements.txt @@ -65,7 +65,7 @@ ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oscrypto==1.2.0 # via certvalidator packaging==19.2 # via pytest -paramiko==2.4.2 +paramiko==2.10.1 pathtools==0.1.2 # via watchdog pluggy==0.13.0 # via pytest portend==2.4 # via cherrypy