From 4ec167b485e428e29e85db3a4400c3009257a76d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 17:28:06 +0000 Subject: [PATCH] chore: bump pytest-playwright from 0.5.0 to 0.5.1 Bumps [pytest-playwright](https://github.com/microsoft/playwright-pytest) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/microsoft/playwright-pytest/releases) - [Commits](https://github.com/microsoft/playwright-pytest/compare/v0.5.0...v0.5.1) --- 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 15a8f092..399dad19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ test = [ "playwright>=1.39", "pytest==8.2.2", "pytest-django==4.8.0", - "pytest-playwright==0.5.0", + "pytest-playwright==0.5.1", "pytest-xdist>=3.5.0,<4", ] docker = [