From 9fd935103dff516bcf595f4c907bd0e4518267d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 14:05:01 +0000 Subject: [PATCH] Bump appium-python-client from 1.3.0 to 4.0.0 Bumps [appium-python-client](https://github.com/appium/python-client) from 1.3.0 to 4.0.0. - [Release notes](https://github.com/appium/python-client/releases) - [Changelog](https://github.com/appium/python-client/blob/master/CHANGELOG.rst) - [Commits](https://github.com/appium/python-client/compare/v1.3.0...v4.0.0) --- updated-dependencies: - dependency-name: appium-python-client dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 05bf4e1..434ccd5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ robotframework>=5.0 selenium==3.141.0 robotframework-appiumlibrary==1.6.4 psutil>=5.6.0 -Appium-Python-Client==1.3.0 +Appium-Python-Client==4.0.0 urllib3<=1.26.16