Skip to content

Commit

Permalink
chore(deps): update appium-python-client requirement in /finder/python (
Browse files Browse the repository at this point in the history
#669)

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.0.0...v4.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 20, 2024
1 parent d9f00ea commit db1ada5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finder/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
'Topic :: Software Development :: Quality Assurance',
'Topic :: Software Development :: Testing'
],
install_requires=['Appium-Python-Client >= 2.0.0, < 4']
install_requires=['Appium-Python-Client >= 2.0.0, < 5']
)

0 comments on commit db1ada5

Please sign in to comment.