diff --git a/Pipfile b/Pipfile index 19e78f6..c803f33 100644 --- a/Pipfile +++ b/Pipfile @@ -1,5 +1,5 @@ [packages] -pytest = "==9.1.0" +pytest = "==9.1.1" pytest-xdist = "==3.8.0" Appium-Python-Client = "==5.3.1" PyYAML = "==6.0.3" diff --git a/Pipfile.lock b/Pipfile.lock index 0e12812..c6be8e5 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "d05d7d6009c0e173b761a33aabad7ed9ec48a7fcc4c4b049e1134642ee06f116" + "sha256": "8e368f426b844e9d2a463b3926acffc2ddd665291b79abab2fbe2ffec8630e07" }, "pipfile-spec": 6, "requires": {}, @@ -484,12 +484,12 @@ }, "pytest": { "hashes": [ - "sha256:41dd9148c08072446394cefd3d79701701335a9f4cae69ba92e39f6c7f5c061c", - "sha256:8ebb0e7888bdf2bdfc602ec51f8f62d50200af37356c74e503c79a94f5c81f32" + "sha256:1088fbde8f2b49d95a549a195707afa7a76a3ce9bcadc26b6d71f0ffda5fe313", + "sha256:37a86b45efb9a47a61a36449063e8e18d0cab3161329fc099eb21783169c4f0c" ], "index": "pypi", "markers": "python_version >= '3.10'", - "version": "==9.1.0" + "version": "==9.1.1" }, "pytest-base-url": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index ffb4db4..5840f1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ pluggy==1.6.0 py==1.11.0 pyparsing==3.3.2 pytest-xdist==3.8.0 -pytest==9.1.0 +pytest==9.1.1 pytest-playwright==0.8.0 pyyaml==6.0.3 requests==2.34.2