From 0cf61ad6e490b10e19c348d81aa9e9ccdf0e3f00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 16:30:50 +0000 Subject: [PATCH] Update dependency pytest-playwright to v0.7.2 --- Pipfile | 2 +- Pipfile.lock | 10 +++++----- requirements.txt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Pipfile b/Pipfile index 74d17d3..b10ba55 100644 --- a/Pipfile +++ b/Pipfile @@ -25,7 +25,7 @@ packaging = "==25.0" pluggy = "==1.6.0" py = "==1.11.0" pyparsing = "==3.2.5" -pytest-playwright = "==0.7.1" +pytest-playwright = "==0.7.2" requests = "==2.32.5" robotframework-pythonlibcore = "==4.4.1" six = "==1.17.0" diff --git a/Pipfile.lock b/Pipfile.lock index b8e0625..5ade188 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "1055f7803bc310afc3d16306e3ac798fd282446ac14fa7bb585770ed8a58643f" + "sha256": "43282a366873c868bffc45fca26c1698a43af8b4063f3df4508c8a310f4b8ab7" }, "pipfile-spec": 6, "requires": {}, @@ -428,12 +428,12 @@ }, "pytest-playwright": { "hashes": [ - "sha256:94b551b2677ecdc16284fcd6a4f0045eafda47a60e74410f3fe4d8260e12cabf", - "sha256:fcc46510fb75f8eba6df3bc8e84e4e902483d92be98075f20b9d160651a36d90" + "sha256:247b61123b28c7e8febb993a187a07e54f14a9aa04edc166f7a976d88f04c770", + "sha256:8084e015b2b3ecff483c2160f1c8219b38b66c0d4578b23c0f700d1b0240ea38" ], "index": "pypi", - "markers": "python_version >= '3.9'", - "version": "==0.7.1" + "markers": "python_version >= '3.10'", + "version": "==0.7.2" }, "pytest-xdist": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 026a258..5ad3840 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ py==1.11.0 pyparsing==3.2.5 pytest-xdist==3.8.0 pytest==8.4.2 -pytest-playwright==0.7.1 +pytest-playwright==0.7.2 pyyaml==6.0.3 requests==2.32.5 robotframework-pabot==5.1.0