From 9e8dcea8b3b250305c8ee384fd1bc52e3649e53b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 22:00:45 +0000 Subject: [PATCH] Bump paramiko from 2.5.1 to 2.10.1 in /etc Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.5.1 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.5.1...2.10.1) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- etc/requirements-both.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/requirements-both.txt b/etc/requirements-both.txt index 4575b2ac..a85cdaa5 100644 --- a/etc/requirements-both.txt +++ b/etc/requirements-both.txt @@ -19,7 +19,7 @@ requests==2.21.0 esdc-api==2.0.1 PyNaCl==1.4.0 # paramiko >= 2.6.0 does not build on SmartOS -paramiko==2.5.1 +paramiko==2.10.1 ansible==2.8.8 Jinja2==2.10 # required by setup.py of gevent-socketio-es