diff --git a/pyproject.toml b/pyproject.toml index ea56fe57ce8..233172b87b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "pyjwt==2.10.1", "pytest==8.4.2", "pytest-dotenv==0.5.2", - "pytest-playwright==0.7.1", + "pytest-playwright==0.7.2", "pytest-rerunfailures==16.1", "pytest-xdist==3.8.0", "requests==2.32.5", diff --git a/uv.lock b/uv.lock index 0ba29e9ac7d..7c99affbff1 100644 --- a/uv.lock +++ b/uv.lock @@ -328,7 +328,7 @@ requires-dist = [ { name = "pyjwt", specifier = "==2.10.1" }, { name = "pytest", specifier = "==8.4.2" }, { name = "pytest-dotenv", specifier = "==0.5.2" }, - { name = "pytest-playwright", specifier = "==0.7.1" }, + { name = "pytest-playwright", specifier = "==0.7.2" }, { name = "pytest-rerunfailures", specifier = "==16.1" }, { name = "pytest-xdist", specifier = "==3.8.0" }, { name = "requests", specifier = "==2.32.5" }, @@ -636,7 +636,7 @@ wheels = [ [[package]] name = "pytest-playwright" -version = "0.7.1" +version = "0.7.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "playwright" }, @@ -644,9 +644,9 @@ dependencies = [ { name = "pytest-base-url" }, { name = "python-slugify" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/a0/1e/9771990bad2b59d37728c4b6f28c234b3badbb2494bd72d54a6e2a988e23/pytest_playwright-0.7.1.tar.gz", hash = "sha256:94b551b2677ecdc16284fcd6a4f0045eafda47a60e74410f3fe4d8260e12cabf", size = 16769, upload-time = "2025-09-08T08:10:53.765Z" } +sdist = { url = "https://files.pythonhosted.org/packages/e8/6b/913e36aa421b35689ec95ed953ff7e8df3f2ee1c7b8ab2a3f1fd39d95faf/pytest_playwright-0.7.2.tar.gz", hash = "sha256:247b61123b28c7e8febb993a187a07e54f14a9aa04edc166f7a976d88f04c770", size = 16928, upload-time = "2025-11-24T03:43:22.53Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/dd/59/373da90ce6a1a46ca6a449bf16cea11a3c6e269814eb60e7668526350b95/pytest_playwright-0.7.1-py3-none-any.whl", hash = "sha256:fcc46510fb75f8eba6df3bc8e84e4e902483d92be98075f20b9d160651a36d90", size = 16754, upload-time = "2025-09-08T08:10:55.92Z" }, + { url = "https://files.pythonhosted.org/packages/76/61/4d333d8354ea2bea2c2f01bad0a4aa3c1262de20e1241f78e73360e9b620/pytest_playwright-0.7.2-py3-none-any.whl", hash = "sha256:8084e015b2b3ecff483c2160f1c8219b38b66c0d4578b23c0f700d1b0240ea38", size = 16881, upload-time = "2025-11-24T03:43:24.423Z" }, ] [[package]]