Skip to content

Commit

Permalink
update Appium client requirement and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hesteban-tuenti committed Nov 8, 2024
1 parent dcf52de commit c8844ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ v3.1.6

*Release date: In development*

- Update Appium-Python-Client requirement to enable 3 and 4 versions
- Deprecate set_text method in InputText class to make it compatible with Appium-Python-Client 4

v3.1.5
------

Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
requests~=2.27 # api tests
selenium~=4.0 # web tests
Appium-Python-Client~=4.0 # mobile tests
Pillow~=10.1 # visual testing
requests~=2.27 # api tests
selenium~=4.0 # web tests
Appium-Python-Client>=2.3,<5.0 # mobile tests
Pillow~=10.1 # visual testing
screeninfo~=0.8
lxml~=5.1
Faker~=25.9
Expand Down

0 comments on commit c8844ab

Please sign in to comment.