diff --git a/Pipfile b/Pipfile index 2c98934..08b5762 100644 --- a/Pipfile +++ b/Pipfile @@ -1,5 +1,5 @@ [packages] -pytest = "==9.0.3" +pytest = "==9.1.0" pytest-xdist = "==3.8.0" Appium-Python-Client = "==5.3.1" PyYAML = "==6.0.3" diff --git a/Pipfile.lock b/Pipfile.lock index 6f415f8..00deba1 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "4cc5fbbf9f3a1ddc7e3323d2237190113f73a1f07b3734c170494d70c7b171be" + "sha256": "db6b3f9f1524b73307c04dd7000b8b52b2a3eb0418c2b0a6b862be304bdea6ec" }, "pipfile-spec": 6, "requires": {}, @@ -484,12 +484,12 @@ }, "pytest": { "hashes": [ - "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9", - "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c" + "sha256:41dd9148c08072446394cefd3d79701701335a9f4cae69ba92e39f6c7f5c061c", + "sha256:8ebb0e7888bdf2bdfc602ec51f8f62d50200af37356c74e503c79a94f5c81f32" ], "index": "pypi", "markers": "python_version >= '3.10'", - "version": "==9.0.3" + "version": "==9.1.0" }, "pytest-base-url": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index c77c268..f50e756 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.0.3 +pytest==9.1.0 pytest-playwright==0.8.0 pyyaml==6.0.3 requests==2.34.2