From eee272595433b1a8a13bb4557ed61d2434664f03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 15:57:10 +0000 Subject: [PATCH] fix(deps): update dependency pytest-playwright to v0.6.2 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 789f6eb19..3e4afcf74 100644 --- a/poetry.lock +++ b/poetry.lock @@ -591,13 +591,13 @@ test = ["black (>=22.1.0)", "flake8 (>=4.0.1)", "pre-commit (>=2.17.0)", "pytest [[package]] name = "pytest-playwright" -version = "0.5.2" +version = "0.6.2" description = "A pytest wrapper with fixtures for Playwright to automate web browsers" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" 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.6.2-py3-none-any.whl", hash = "sha256:0eff73bebe497b0158befed91e2f5fe94cfa17181f8b3acf575beed84e7e9043"}, + {file = "pytest_playwright-0.6.2.tar.gz", hash = "sha256:ff4054b19aa05df096ac6f74f0572591566aaf0f6d97f6cb9674db8a4d4ed06c"}, ] [package.dependencies] @@ -795,4 +795,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "17cdd4cf9df4aa68d198a3ec884b441c90eda0f0e0fd56a9918582a1ea838743" +content-hash = "44a0703b4f257a5631c92ff6de56748ef47d30cafa89d7cefac90e0cd944bac6" diff --git a/pyproject.toml b/pyproject.toml index 75335a425..6bb9fee43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ axe-playwright-python = "0.1.4" playwright = "1.49.0" pytest = "8.3.3" pytest-base-url = "2.1.0" -pytest-playwright = "0.5.2" +pytest-playwright = "0.6.2" pytest-split = "0.10.0" python = "^3.11" requests = "2.32.3"