From 47d51044783704f1c85217d3ba576b4c2e4072e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 05:06:35 +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 2c6ed91..5fabf17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ argparse==1.2.1 distribute==0.6.24 pyasn1==0.1.6 -pycrypto==2.6 +pycrypto==2.6.1 pysnmp==4.2.4 simplejson==3.1.0 wsgiref==0.1.2