From f1b8c127e71961fe03ba55f0ca6828714038b7b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 05:15:51 +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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f3519b7..3c908a7 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ license='MIT', packages=['cloudfront'], install_requires=[ - 'pycrypto==2.6', + 'pycrypto==2.6.1', ], zip_safe=False )