From 7ed7541f5d9f768dc116fba30f156f5c9fba62ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 16:35:25 +0000 Subject: [PATCH] Update dependency pytest to v8.4.0 --- Pipfile | 2 +- Pipfile.lock | 18 +++++++++++++----- requirements.txt | 2 +- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/Pipfile b/Pipfile index ffe9c81..742c9e3 100644 --- a/Pipfile +++ b/Pipfile @@ -1,5 +1,5 @@ [packages] -pytest = "==8.3.3" +pytest = "==8.4.0" pytest-xdist = "==3.7.0" Appium-Python-Client = "==4.5.1" PyYAML = "==6.0.2" diff --git a/Pipfile.lock b/Pipfile.lock index fd04f34..d651e78 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "e280d34aa1b9ba6fc76da4798f726be15ab313abd2faf54fedf474432c177e43" + "sha256": "0c49005ec89f5c30c6f5ee43944ab39128b5c5bdb2889caadb3c3e013a930ae4" }, "pipfile-spec": 6, "requires": {}, @@ -284,6 +284,14 @@ "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'", "version": "==1.11.0" }, + "pygments": { + "hashes": [ + "sha256:61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f", + "sha256:9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c" + ], + "markers": "python_version >= '3.8'", + "version": "==2.19.1" + }, "pyparsing": { "hashes": [ "sha256:a749938e02d6fd0b59b356ca504a24982314bb090c383e3cf201c95ef7e2bfcf", @@ -304,12 +312,12 @@ }, "pytest": { "hashes": [ - "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181", - "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2" + "sha256:14d920b48472ea0dbf68e45b96cd1ffda4705f33307dcc86c676c1b5104838a6", + "sha256:f40f825768ad76c0977cbacdf1fd37c6f7a468e460ea6a0636078f8972d4517e" ], "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==8.3.3" + "markers": "python_version >= '3.9'", + "version": "==8.4.0" }, "pytest-forked": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index aeb1f23..dc4d58f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ py==1.11.0 pyparsing==3.2.3 pytest-forked==1.6.0 pytest-xdist==3.7.0 -pytest==8.3.3 +pytest==8.4.0 pyyaml==6.0.2 requests==2.32.3 robotframework-pabot==4.2.0