From 9da50487a12ea994f5aedf4058e9f52a01457611 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:22:50 +0000 Subject: [PATCH] chore: bump pytest-playwright from 0.4.3 to 0.4.4 Bumps [pytest-playwright](https://github.com/microsoft/playwright-pytest) from 0.4.3 to 0.4.4. - [Release notes](https://github.com/microsoft/playwright-pytest/releases) - [Commits](https://github.com/microsoft/playwright-pytest/compare/v0.4.3...v0.4.4) --- 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 6c35b6ac..49dc7b83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ test = [ "playwright>=1.39", "pytest==6.2.5", "pytest-django==4.5.2", - "pytest-playwright==0.4.3", + "pytest-playwright==0.4.4", "pytest-xdist>=3.5.0,<4", ] docker = [