diff --git a/Pipfile b/Pipfile index 0f9f4b7..006dc90 100644 --- a/Pipfile +++ b/Pipfile @@ -1,6 +1,6 @@ [packages] pytest = "==8.3.3" -pytest-xdist = "==3.6.1" +pytest-xdist = "==3.7.0" Appium-Python-Client = "==4.3.0" PyYAML = "==6.0.2" selenium = "==4.26.1" diff --git a/Pipfile.lock b/Pipfile.lock index b3cb39a..00564e6 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "78c344e809028d9c402918bf40ba5ac3e6e2721d330b0e03c5d5cda03701f974" + "sha256": "1d00cc64cd7d64cc990caef6e645c10b02c617633aa46a0dcc856fb6123dad9c" }, "pipfile-spec": 6, "requires": {}, @@ -322,12 +322,12 @@ }, "pytest-xdist": { "hashes": [ - "sha256:9ed4adfb68a016610848639bb7e02c9352d5d9f03d04809919e2dafc3be4cca7", - "sha256:ead156a4db231eec769737f57668ef58a2084a34b2e55c4a8fa20d861107300d" + "sha256:7d3fbd255998265052435eb9daa4e99b62e6fb9cfb6efd1f858d4d8c0c7f0ca0", + "sha256:f9248c99a7c15b7d2f90715df93610353a485827bc06eefb6566d23f6400f126" ], "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==3.6.1" + "markers": "python_version >= '3.9'", + "version": "==3.7.0" }, "pyyaml": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 15e3596..7c195d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ pluggy==1.5.0 py==1.11.0 pyparsing==3.2.3 pytest-forked==1.6.0 -pytest-xdist==3.6.1 +pytest-xdist==3.7.0 pytest==8.3.3 pyyaml==6.0.2 requests==2.32.3