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',