Skip to content

Commit 44fe533

Browse files
authored
fix: update requirements (#444)
* fix: update requirements * add changelog line for previous PR
1 parent cd399d5 commit 44fe533

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ v3.6.0
88

99
- Remove Python 3.9 support (Python 3.9 reached the end of its life on October 31st, 2025)
1010
- Remove xcuitest deprecated `get_window_size` method and replaced it with `get_window_rect` in all mobile actions
11+
- Add `SHARP` replacement, to convert [SHARP] to # character in behave steps parameters
1112
- Add text comparison methods based on AI libraries. To use them, install the `ai` extra dependency:
1213

1314
.. code:: console

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.6.0.dev2
1+
3.6.0.dev3

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
requests~=2.27 # api tests
22
selenium~=4.0 # web tests
33
Appium-Python-Client>=2.3,<5.0 # mobile tests
4-
Pillow~=12.0 # visual testing
4+
Pillow>=10.1,<13.0 # visual testing
55
screeninfo~=0.8
6-
lxml~=6.0
7-
Faker~=38.0
8-
phonenumbers~=9.0
6+
lxml>=5.1,<7.0
7+
Faker>=25.9,<39.0
8+
phonenumbers>=8.13,<10.0

0 commit comments

Comments
 (0)