From adf37eb4d082281a22bcad6c09673360443efc4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 14:32:40 +0000 Subject: [PATCH] Bump pytest-playwright from 0.5.2 to 0.7.0 Bumps [pytest-playwright](https://github.com/microsoft/playwright-pytest) from 0.5.2 to 0.7.0. - [Release notes](https://github.com/microsoft/playwright-pytest/releases) - [Commits](https://github.com/microsoft/playwright-pytest/compare/v0.5.2...v0.7.0) --- updated-dependencies: - dependency-name: pytest-playwright dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4a71d267f..6677be33e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2545,14 +2545,14 @@ dev = ["pre-commit", "pytest-asyncio", "tox"] [[package]] name = "pytest-playwright" -version = "0.5.2" +version = "0.7.0" description = "A pytest wrapper with fixtures for Playwright to automate web browsers" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_playwright-0.5.2-py3-none-any.whl", hash = "sha256:2c5720591364a1cdf66610b972ff8492512bc380953e043c85f705b78b2ed582"}, - {file = "pytest_playwright-0.5.2.tar.gz", hash = "sha256:c6d603df9e6c50b35f057b0528e11d41c0963283e98c257267117f5ed6ba1924"}, + {file = "pytest_playwright-0.7.0-py3-none-any.whl", hash = "sha256:2516d0871fa606634bfe32afbcc0342d68da2dbff97fe3459849e9c428486da2"}, + {file = "pytest_playwright-0.7.0.tar.gz", hash = "sha256:b3f2ea514bbead96d26376fac182f68dcd6571e7cb41680a89ff1673c05d60b6"}, ] [package.dependencies] @@ -3295,4 +3295,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12.2" -content-hash = "96b36808d9c09e676fab0e32cada00c7b3106565d19cabfe352028182717d911" +content-hash = "f80e4d189974fbf18727e7c017b9a56cb0a4583ddc33d64c0026ba78016dfe0c" diff --git a/pyproject.toml b/pyproject.toml index fc87527f1..b8cb29731 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ pre-commit = "^3.8.0" pytest = "^8.3.2" pytest-env = "^1.1.3" pytest-mock = "^3.14.0" -pytest-playwright = "^0.5.1" +pytest-playwright = "^0.7.0" pytest-xdist = "^3.5.0" radon = "^6.0.1" requests-mock = "^1.11.0"