From 6592d90819c52d73fba642805b09ce81dec58207 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:02:43 +0000 Subject: [PATCH] Update dependency pytest to v9 --- Pipfile | 2 +- Pipfile.lock | 10 +++++----- requirements.txt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Pipfile b/Pipfile index 4e92526..38abd42 100644 --- a/Pipfile +++ b/Pipfile @@ -1,5 +1,5 @@ [packages] -pytest = "==8.4.2" +pytest = "==9.0.2" pytest-xdist = "==3.8.0" Appium-Python-Client = "==5.2.4" PyYAML = "==6.0.3" diff --git a/Pipfile.lock b/Pipfile.lock index 5c2e6f2..31d8ace 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "be60a0c471caffa795f52b2e92602f0a0ab796b9a8663ff18233fd7f375f0f13" + "sha256": "ca7aab54202dbcb47be25f56366d913756c523266c737e0995ec50b939d3c6e5" }, "pipfile-spec": 6, "requires": {}, @@ -411,12 +411,12 @@ }, "pytest": { "hashes": [ - "sha256:86c0d0b93306b961d58d62a4db4879f27fe25513d4b969df351abdddb3c30e01", - "sha256:872f880de3fc3a5bdc88a11b39c9710c3497a547cfa9320bc3c5e62fbf272e79" + "sha256:711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b", + "sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11" ], "index": "pypi", - "markers": "python_version >= '3.9'", - "version": "==8.4.2" + "markers": "python_version >= '3.10'", + "version": "==9.0.2" }, "pytest-base-url": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index fe69d82..39623a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ pluggy==1.6.0 py==1.11.0 pyparsing==3.3.1 pytest-xdist==3.8.0 -pytest==8.4.2 +pytest==9.0.2 pytest-playwright==0.7.2 pyyaml==6.0.3 requests==2.32.5