From 082809eaf9988b72bf5e97ec9917d942d740b2df Mon Sep 17 00:00:00 2001 From: pnu <6069449+pnu-s@users.noreply.github.com> Date: Tue, 19 Mar 2024 13:43:55 +0100 Subject: [PATCH] chore: Bump androguard from 4.1.0 to 4.1.1 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',