From c9a13b5d2eb9654c63a9c14b9b5b1ffbc020a31d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 00:41:05 +0000 Subject: [PATCH] chore: Bump cryptography from 41.0.6 to 42.0.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.6...42.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7097a44..77ff496 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ androguard==3.3.5 -cryptography==41.0.6 +cryptography==42.0.2 dhash==1.4 jellyfish==0.5.6 Pillow==10.2.0 diff --git a/setup.py b/setup.py index 12225fc..b00776f 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ install_requires = [ 'androguard==3.3.5', - 'cryptography==41.0.6', + 'cryptography==42.0.2', 'dhash==1.4', 'jellyfish==0.5.6', 'Pillow==10.2.0',