From 9e6a1b030e54ed2808d958f0e781100d6729ad6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 16:43:56 +0000 Subject: [PATCH] Update dependency Appium-Python-Client to v5 --- Pipfile | 2 +- Pipfile.lock | 6 +++--- requirements.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Pipfile b/Pipfile index 742c9e3..c5a106d 100644 --- a/Pipfile +++ b/Pipfile @@ -1,7 +1,7 @@ [packages] pytest = "==8.4.0" pytest-xdist = "==3.7.0" -Appium-Python-Client = "==4.5.1" +Appium-Python-Client = "==5.1.1" PyYAML = "==6.0.2" selenium = "==4.26.1" sa11y = "*" diff --git a/Pipfile.lock b/Pipfile.lock index d651e78..acf1f9e 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "0c49005ec89f5c30c6f5ee43944ab39128b5c5bdb2889caadb3c3e013a930ae4" + "sha256": "0dd712c4dfe8c6806627151bddb586ef703408ca6eac09900dae714ac606dde8" }, "pipfile-spec": 6, "requires": {}, @@ -25,10 +25,10 @@ }, "appium-python-client": { "hashes": [ - "sha256:9222218a162e480427fda9aebad5250c1bfe77ae04f95f42376a4d983b850656" + "sha256:3f26e244a09217062e19fe71db9c7390be3fab497dd5e16268e7310fa081b711" ], "index": "pypi", - "version": "==4.5.1" + "version": "==5.1.1" }, "attrs": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index dc4d58f..b2282d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -i https://pypi.org/simple apipkg==3.0.2 -appium-python-client==4.5.1 +appium-python-client==5.1.1 attrs==24.3.0 certifi==2024.12.14 chardet==5.2.0