From e4added0c2ccf86798d7b5cb81533e83a4b50291 Mon Sep 17 00:00:00 2001 From: hesteban-tuenti Date: Thu, 31 Oct 2024 15:42:57 +0100 Subject: [PATCH] updated requirements.txt --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7edfa80b..60833d42 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -requests~=2.27 # api tests -selenium~=4.0 # web tests -Appium-Python-Client~=2.3 # mobile tests -Pillow~=10.1 # visual testing +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 +Pillow~=10.1 # visual testing screeninfo~=0.8 lxml~=5.1 Faker~=25.9