Skip to content

Commit

Permalink
chore: fix all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nazeel-esper committed Jun 18, 2024
1 parent 6dfd2c6 commit 0a0e6a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
],
)

0 comments on commit 0a0e6a2

Please sign in to comment.