From c4b66d8214b1f7fca5aced63dca75edc6a7cfb45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 15:19:13 +0000 Subject: [PATCH] Bump appium-python-client from 1.3.0 to 3.2.1 Bumps [appium-python-client](https://github.com/appium/python-client) from 1.3.0 to 3.2.1. - [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...v3.2.1) --- 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..06d0d35 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==3.2.1 urllib3<=1.26.16