From d024a2232849813e4dae6fc0201f3ea41a1ead1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:18:06 +0000 Subject: [PATCH] chore: bump pytest-playwright from 0.6.2 to 0.7.0 Bumps [pytest-playwright](https://github.com/microsoft/playwright-pytest) from 0.6.2 to 0.7.0. - [Release notes](https://github.com/microsoft/playwright-pytest/releases) - [Commits](https://github.com/microsoft/playwright-pytest/compare/v0.6.2...v0.7.0) --- 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 1699235a..ac841094 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ test = [ "playwright>=1.39", "pytest==8.3.4", "pytest-django==4.9.0", - "pytest-playwright==0.6.2", + "pytest-playwright==0.7.0", "pytest-rerunfailures==15.0", "pytest-xdist>=3.5.0,<4", "moto[s3]==5.0.27"