From d64766af329b89a58b122dd24ebbf0da04c90282 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 23:08:41 +0000 Subject: [PATCH] Bump pytest-playwright from 0.7.0 to 0.7.1 Bumps [pytest-playwright](https://github.com/microsoft/playwright-pytest) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/microsoft/playwright-pytest/releases) - [Commits](https://github.com/microsoft/playwright-pytest/compare/v0.7.0...v0.7.1) --- updated-dependencies: - dependency-name: pytest-playwright dependency-version: 0.7.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d15c13114..69f87a31e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2987,14 +2987,14 @@ dev = ["pre-commit", "pytest-asyncio", "tox"] [[package]] name = "pytest-playwright" -version = "0.7.0" +version = "0.7.1" description = "A pytest wrapper with fixtures for Playwright to automate web browsers" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_playwright-0.7.0-py3-none-any.whl", hash = "sha256:2516d0871fa606634bfe32afbcc0342d68da2dbff97fe3459849e9c428486da2"}, - {file = "pytest_playwright-0.7.0.tar.gz", hash = "sha256:b3f2ea514bbead96d26376fac182f68dcd6571e7cb41680a89ff1673c05d60b6"}, + {file = "pytest_playwright-0.7.1-py3-none-any.whl", hash = "sha256:fcc46510fb75f8eba6df3bc8e84e4e902483d92be98075f20b9d160651a36d90"}, + {file = "pytest_playwright-0.7.1.tar.gz", hash = "sha256:94b551b2677ecdc16284fcd6a4f0045eafda47a60e74410f3fe4d8260e12cabf"}, ] [package.dependencies] @@ -4211,4 +4211,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "d193569e5d5e416a2826f38920357d59b29667f8ce4ae5a13ea455ef9d3222f1" +content-hash = "a30138766b3a9c21b27947d97c41a136cd7e8c1e1a33c5a88958d89531a4a8e1" diff --git a/pyproject.toml b/pyproject.toml index 01a73b48a..20050475a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ pre-commit = "^4.3.0" pytest = "^8.4.2" pytest-env = "^1.1.3" pytest-mock = "^3.15.0" -pytest-playwright = "^0.7.0" +pytest-playwright = "^0.7.1" pytest-xdist = "^3.8.0" radon = "^6.0.1" requests-mock = "^1.11.0"