Skip to content

Commit

Permalink
update appium and selenium requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hesteban-tuenti committed Oct 31, 2024
1 parent e4added commit f531ed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
requests~=2.27 # api tests
selenium>=4.1.0,<4.9.0 # web tests
Appium-Python-Client>=2.2.0,<2.10.0 # mobile tests
selenium>=4.1.0,<4.12.0 # web tests
Appium-Python-Client>=2.10.0,<3.0.0 # mobile tests
Pillow~=10.1 # visual testing
screeninfo~=0.8
lxml~=5.1
Expand Down

0 comments on commit f531ed7

Please sign in to comment.