From ee24632bee12df22ea470fd80e73808765c269a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 22:09:21 +0000 Subject: [PATCH] Bump cryptography Bumps [cryptography](https://github.com/pyca/cryptography) from 1.4 to 3.3.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/1.4...3.3.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../rekall-1.6.0/rekall-1.6.0/rekall-agent/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Digital Forensics/rekall-1.6.0/rekall-1.6.0/rekall-agent/setup.py b/Digital Forensics/rekall-1.6.0/rekall-1.6.0/rekall-agent/setup.py index 10c292eda..e9bcb813b 100644 --- a/Digital Forensics/rekall-1.6.0/rekall-1.6.0/rekall-agent/setup.py +++ b/Digital Forensics/rekall-1.6.0/rekall-1.6.0/rekall-agent/setup.py @@ -45,7 +45,7 @@ def find_data_files(source): "requests==2.11.1", "httplib2==0.9.2", "oauth2client==3.0.0", - "cryptography==1.4", + "cryptography==3.3.2", "filelock==2.0.6", "pathlib==1.0.1", "portpicker==1.1.1"