From 03744adf2242a0aee9bc8b801bb99c9dedc30430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 05:07:27 +0000 Subject: [PATCH] Bump pycrypto from 2.6 to 2.6.1 Bumps [pycrypto](https://github.com/pycrypto/pycrypto) from 2.6 to 2.6.1. - [Changelog](https://github.com/pycrypto/pycrypto/blob/master/ChangeLog) - [Commits](https://github.com/pycrypto/pycrypto/compare/v2.6...v2.6.1) --- updated-dependencies: - dependency-name: pycrypto dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pip_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip_requirements.txt b/pip_requirements.txt index b1439a54..1a3faa63 100644 --- a/pip_requirements.txt +++ b/pip_requirements.txt @@ -1,4 +1,4 @@ baler==1.0.4 Fabric==1.5.0 -pycrypto==2.6 +pycrypto==2.6.1 ssh==1.7.14