Skip to content

Commit 97b6581

Browse files
chore(deps): update appium-python-client requirement in /finder/python
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]>
1 parent d9f00ea commit 97b6581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

finder/python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
'Topic :: Software Development :: Quality Assurance',
3939
'Topic :: Software Development :: Testing'
4040
],
41-
install_requires=['Appium-Python-Client >= 2.0.0, < 4']
41+
install_requires=['Appium-Python-Client >= 2.0.0, < 5']
4242
)

0 commit comments

Comments
 (0)