We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b3244 commit 5fe2cd9Copy full SHA for 5fe2cd9
VERSION
@@ -1 +1 @@
1
-3.6.0.dev2
+3.6.0.dev3
requirements.txt
@@ -1,8 +1,8 @@
requests~=2.27 # api tests
2
selenium~=4.0 # web tests
3
Appium-Python-Client>=2.3,<5.0 # mobile tests
4
-Pillow~=12.0 # visual testing
+Pillow>=10.1,<13.0 # visual testing
5
screeninfo~=0.8
6
-lxml~=6.0
7
-Faker~=38.0
8
-phonenumbers~=9.0
+lxml>=5.1,<7.0
+Faker>=25.9,<39.0
+phonenumbers>=8.13,<10.0
0 commit comments