From deb2edfc62db5c5d00bfde39abc496ee53e4c403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 17:27:58 +0000 Subject: [PATCH] chore: bump pytest-playwright from 0.5.1 to 0.5.2 Bumps [pytest-playwright](https://github.com/microsoft/playwright-pytest) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/microsoft/playwright-pytest/releases) - [Commits](https://github.com/microsoft/playwright-pytest/compare/v0.5.1...v0.5.2) --- updated-dependencies: - dependency-name: pytest-playwright dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aedc5399a..7ca465188 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ test = [ "playwright>=1.39", "pytest==8.3.2", "pytest-django==4.9.0", - "pytest-playwright==0.5.1", + "pytest-playwright==0.5.2", "pytest-xdist>=3.5.0,<4", ] docker = [