diff --git a/Pipfile b/Pipfile index deb4973..6c135b3 100644 --- a/Pipfile +++ b/Pipfile @@ -1,5 +1,5 @@ [packages] -pytest = "==9.0.2" +pytest = "==9.0.3" pytest-xdist = "==3.8.0" Appium-Python-Client = "==5.3.1" PyYAML = "==6.0.3" diff --git a/Pipfile.lock b/Pipfile.lock index afe79af..65613ce 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "d9d602722c178115a99e97aad5094036c3d8766ac8f650156cedfd1c8c72b270" + "sha256": "58daa227f8e74358cb39f4efdf66ff49e38adb3728a43adc3a66ed81d8236524" }, "pipfile-spec": 6, "requires": {}, @@ -438,12 +438,12 @@ }, "pytest": { "hashes": [ - "sha256:711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b", - "sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11" + "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9", + "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c" ], "index": "pypi", "markers": "python_version >= '3.10'", - "version": "==9.0.2" + "version": "==9.0.3" }, "pytest-base-url": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 09494ef..7258671 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==9.0.2 +pytest==9.0.3 pytest-playwright==0.7.2 pyyaml==6.0.3 requests==2.33.0