From 7f6ea2b47db470a91f9baf1364e6d8c7fd8d8d57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 23:44:56 +0000 Subject: [PATCH] Bump pytest-playwright from 0.5.2 to 0.6.2 Bumps [pytest-playwright](https://github.com/microsoft/playwright-pytest) from 0.5.2 to 0.6.2. - [Release notes](https://github.com/microsoft/playwright-pytest/releases) - [Commits](https://github.com/microsoft/playwright-pytest/compare/v0.5.2...v0.6.2) --- 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 aff07625d..4e6668608 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2421,13 +2421,13 @@ dev = ["pre-commit", "pytest-asyncio", "tox"] [[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] @@ -3134,4 +3134,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12.2" -content-hash = "870238eefd4342c30a6843c595dde7180180904ad12f6682586916a52ee0a332" +content-hash = "2ec99cb1d09b03d3f308da7ce50d8aa977f239bf0efa2354ba2b8ba7e3f10233" diff --git a/pyproject.toml b/pyproject.toml index d02dcbced..c17080651 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.6.2" pytest-xdist = "^3.5.0" radon = "^6.0.1" requests-mock = "^1.11.0"