Skip to content

Commit

Permalink
⬆️ Update appium-python-client requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [appium-python-client](https://github.com/appium/python-client) to permit the latest version.
- [Release notes](https://github.com/appium/python-client/releases)
- [Changelog](https://github.com/appium/python-client/blob/master/CHANGELOG.rst)
- [Commits](appium/python-client@v2.9.0...v4.0.1)

---
updated-dependencies:
- dependency-name: appium-python-client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 30, 2024
1 parent 51ed220 commit 7e8528b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"opencv-python~=4.9",
"tesseract~=0.1",
"pytesseract~=0.3",
"appium-python-client~=2.9",
"appium-python-client>=2.9,<5.0",
]

extras_require = {
Expand Down

0 comments on commit 7e8528b

Please sign in to comment.