diff --git a/requirements.txt b/requirements.txt index 5f14386..017f37f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -androguard==4.1.0 +androguard==4.1.1 cryptography==42.0.4 dhash==1.4 jellyfish==0.5.6 diff --git a/setup.py b/setup.py index 234ee1b..bde769b 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ sys.exit(1) install_requires = [ - 'androguard==4.1.0', + 'androguard==4.1.1', 'cryptography==42.0.4', 'dhash==1.4', 'jellyfish==0.5.6',