From 2b15d304d4b683d024536b287b965ced7275a1ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 14:38:46 +0000 Subject: [PATCH] Bump robotframework-appiumlibrary from 1.6.4 to 2.1.0 Bumps [robotframework-appiumlibrary](https://github.com/serhatbolsu/robotframework-appiumlibrary) from 1.6.4 to 2.1.0. - [Release notes](https://github.com/serhatbolsu/robotframework-appiumlibrary/releases) - [Changelog](https://github.com/serhatbolsu/robotframework-appiumlibrary/blob/master/CHANGES.rst) - [Commits](https://github.com/serhatbolsu/robotframework-appiumlibrary/compare/1.6.4...v2.1.0) --- updated-dependencies: - dependency-name: robotframework-appiumlibrary 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..1f770c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ robotframework>=5.0 selenium==3.141.0 -robotframework-appiumlibrary==1.6.4 +robotframework-appiumlibrary==2.1.0 psutil>=5.6.0 Appium-Python-Client==1.3.0 urllib3<=1.26.16