From 027a0a14980d8702308c74ad7000227d8452b4ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 17:36:06 +0000 Subject: [PATCH] chore: bump pytest-playwright from 0.4.4 to 0.5.0 Bumps [pytest-playwright](https://github.com/microsoft/playwright-pytest) from 0.4.4 to 0.5.0. - [Release notes](https://github.com/microsoft/playwright-pytest/releases) - [Commits](https://github.com/microsoft/playwright-pytest/compare/v0.4.4...v0.5.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 90557dce..1bd13b93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ test = [ "playwright>=1.39", "pytest==8.2.0", "pytest-django==4.8.0", - "pytest-playwright==0.4.4", + "pytest-playwright==0.5.0", "pytest-xdist>=3.5.0,<4", ] docker = [