From 6a5196ddcd86e98c2432fbfa218f08c053ec45df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 22:04:07 +0000 Subject: [PATCH] Bump paramiko from 2.7.2 to 2.10.1 in /chapter01 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] --- chapter01/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter01/requirements.txt b/chapter01/requirements.txt index ec72ce3..2407ff8 100644 --- a/chapter01/requirements.txt +++ b/chapter01/requirements.txt @@ -4,7 +4,7 @@ cffi==1.14.2 cryptography==3.1 decorator==4.4.2 lutils==2.11.74 -paramiko==2.7.2 +paramiko==2.10.1 pycparser==2.20 PyNaCl==1.4.0 python-telegram-bot==12.8