diff --git a/CHANGELOG.md b/CHANGELOG.md index 336ee20..3f043fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ Initial release. Updated requests library to version 2.26.0 -## 0.0.14 +## 0.0.13 Adds support for: - List devices with the app version installed diff --git a/requirements.txt b/requirements.txt index 7deb815..8fcfa09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,13 +4,13 @@ colorlog==4.0.2 crayons==0.2.0 esperclient==0.1.2 jinja2==2.11.3 -pyyaml==5.4 -requests==2.32.2 +pyyaml==6.0.1 +requests==2.32.0 tabulate==0.8.3 tinydb==3.13.0 tqdm==4.32.1 markupsafe==2.0.1 -cryptography==42.0.4 +cryptography==42.0.8 # For Secure ADB -pyOpenSSL==22.0.0 +pyOpenSSL==24.1.0 diff --git a/setup.py b/setup.py index 5e65d5d..e884674 100644 --- a/setup.py +++ b/setup.py @@ -34,11 +34,11 @@ 'crayons>=0.2.0', 'esperclient>=0.1.2', 'jinja2>=2.10.1', - 'pyyaml>=5.1', + 'pyyaml>=5.4', 'requests==2.32.2', 'tabulate>=0.8.3', 'tinydb>=3.13.0', 'tqdm>=4.32.1', - 'pyOpenSSL==22.0.0' + 'pyOpenSSL==24.1.0' ], )