From 3f24563a05c191d3d936afdb77a744c9e8214c6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:12:48 +0000 Subject: [PATCH] chore: bump pytest-playwright from 0.5.2 to 0.6.2 Bumps [pytest-playwright](https://github.com/microsoft/playwright-pytest) from 0.5.2 to 0.6.2. - [Release notes](https://github.com/microsoft/playwright-pytest/releases) - [Commits](https://github.com/microsoft/playwright-pytest/compare/v0.5.2...v0.6.2) --- updated-dependencies: - dependency-name: pytest-playwright dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 64662522..9bb1408b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ test = [ "playwright>=1.39", "pytest==8.3.3", "pytest-django==4.9.0", - "pytest-playwright==0.5.2", + "pytest-playwright==0.6.2", "pytest-rerunfailures==14.0", "pytest-xdist>=3.5.0,<4", ]