diff --git a/poetry.lock b/poetry.lock index 1855a65c3..d2efd86e4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2569,14 +2569,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] diff --git a/pyproject.toml b/pyproject.toml index 27afd195f..dcaa0442d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ pre-commit = "^4.1.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"