From 1822ec1acd1af4b213e1d36bd5b1b6a674dc9d4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 05:15:57 +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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 55b9f19..4af083b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ requests==1.2.3 simplejson>=2.0.9 -pycrypto==2.6 +pycrypto==2.6.1 blinker==1.2 six==1.4.1 nose