From 87180626849c730208856b19df5c4caa22963755 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:27:52 +0000 Subject: [PATCH] Bump pytest-playwright from 0.5.2 to 0.6.1 Bumps [pytest-playwright](https://github.com/microsoft/playwright-pytest) from 0.5.2 to 0.6.1. - [Release notes](https://github.com/microsoft/playwright-pytest/releases) - [Commits](https://github.com/microsoft/playwright-pytest/compare/v0.5.2...v0.6.1) --- updated-dependencies: - dependency-name: pytest-playwright dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 9 ++++----- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2691aadd..72260054 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2327,13 +2327,12 @@ docs = ["Sphinx", "sphinx-rtd-theme"] [[package]] name = "pytest-playwright" -version = "0.5.2" +version = "0.6.1" 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.1.tar.gz", hash = "sha256:f4ccbed1ce8d37a945c010811aa9eb9aa7120eea7cad29620b90d5389fd8caf7"}, ] [package.dependencies] @@ -3223,4 +3222,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "2492655e8bee01b0b7c6ba9fd15b5d1dba14fadbf2f0751d7976ceb4b1531809" +content-hash = "22b99722122d932782a93a32dd23cffd373d0c8dac154991c04539a410b5e7e0" diff --git a/pyproject.toml b/pyproject.toml index 6457f3f7..87f30a34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pip-tools = "7.4.1" pyopenssl = "^24" pytest-cov = "^6.0.0" pytest-flask = "^1.2.0" -pytest-playwright = "0.5.2" +pytest-playwright = "0.6.1" pre-commit = "^4.0.1" safety = "3.2.11" factory-boy = "^3.3.0"