From 4db0d28daab11c0858f0d84d7fe629b1ae0441cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 04:23:15 +0000 Subject: [PATCH] build(deps): update appium-python-client requirement 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.md) - [Commits](https://github.com/appium/python-client/compare/v4.0.0...v6.0.0) --- updated-dependencies: - dependency-name: appium-python-client dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 67f9b16..4545740 100644 --- a/setup.py +++ b/setup.py @@ -78,7 +78,7 @@ def get_version(rel_path: str) -> str: # https://packaging.python.org/en/latest/requirements.html install_requires=['selenium>=4.27,<5', 'libmagic>=1,<2', - 'Appium-Python-Client>=4,<6', + 'Appium-Python-Client>=4,<7', 'webdriver-manager>=4,<5', 'Pillow>=10,<13', 'requests>=2.32,<3',