Skip to content

Commit

Permalink
fix: upgrade Faker version to 25.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rgonalo committed Jun 25, 2024
1 parent 9c3eefa commit 76c6614
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ v3.1.5
*Release date: In development*

- Fix `export_poeditor_project` method allowing empty export response
- Add key=value expressions for selecting elements in the context storage
- Add `key=value` expressions for selecting elements in the context storage
- Upgrade Faker version to 25.9.*

v3.1.4
------
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Appium-Python-Client~=2.3 # mobile tests
Pillow~=10.1 # visual testing
screeninfo~=0.8
lxml~=5.1
Faker~=18.3
Faker~=25.9
phonenumbers~=8.13

0 comments on commit 76c6614

Please sign in to comment.