Skip to content

Commit

Permalink
dependency hotfix (#183)
Browse files Browse the repository at this point in the history
uiautomator v2 security fix
  • Loading branch information
mastrolube authored Mar 19, 2021
1 parent 77ca635 commit b9d1169
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GramAddict/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.4"
__version__ = "1.2.5"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ matplotlib==3.3.3
numpy==1.19.3
PyYAML==5.3.1
uiautomator==1.0.2
uiautomator2==2.11.2
uiautomator2==2.13.2
urllib3==1.26.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="gramaddict",
version="1.2.4",
version="1.2.5",
author="GramAddict Team",
author_email="[email protected]",
description="Completely free and open source human-like Instagram bot. Powered by UIAutomator2 and compatible with basically any android device that can run instagram - real or emulated.",
Expand Down

0 comments on commit b9d1169

Please sign in to comment.