From 58f30073b036d0d64155196c14ea02baa496c6f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 21:52:51 +0000 Subject: [PATCH] Bump paramiko from 1.16.0 to 2.10.1 in /py Bumps [paramiko](https://github.com/paramiko/paramiko) from 1.16.0 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/1.16.0...2.10.1) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/requirements.txt b/py/requirements.txt index 3fe2488..ea6b84e 100644 --- a/py/requirements.txt +++ b/py/requirements.txt @@ -10,6 +10,6 @@ six==1.10.0 wheel==0.29.0 argparse==1.4.0 tweepy==3.4.0 -paramiko==1.16.0 +paramiko==2.10.1 envelopes==0.4 elasticsearch==2.3.0 \ No newline at end of file