diff --git a/poetry.lock b/poetry.lock index 8cba13c2..d949690e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1730,13 +1730,13 @@ docs = ["Sphinx", "sphinx-rtd-theme"] [[package]] name = "pytest-playwright" -version = "0.3.3" +version = "0.4.2" description = "A pytest wrapper with fixtures for Playwright to automate web browsers" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-playwright-0.3.3.tar.gz", hash = "sha256:9bf79c633c97dd1405308b8d3600e6c8c2a200a733e2f36c5a150ba4701936f8"}, - {file = "pytest_playwright-0.3.3-py3-none-any.whl", hash = "sha256:83a896b1b28bfaa081ca9ea27229a06a114e106e2e62fb3d5f06544748fbc1fe"}, + {file = "pytest-playwright-0.4.2.tar.gz", hash = "sha256:9e9622e5507f8d27a3c7fd07aadcf43122f0086b69d1b3e6728995c8dbc0e44f"}, + {file = "pytest_playwright-0.4.2-py3-none-any.whl", hash = "sha256:68dd0069e2dbf8e6024c6237d51d0277626687d94ba0dd387cea2a94ae4005b9"}, ] [package.dependencies] @@ -2362,4 +2362,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "fe421f1c8d07c8c8542e2616dc8fbbd749cf542e6676d97b8c65188123bf5657" +content-hash = "06c3d8f8ef3adb1c310341a21514b9a864e135bcd3366925c54f4ccea937bd64" diff --git a/pyproject.toml b/pyproject.toml index 227b0b86..3b1411a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ flake8 = "^6.0.0" flake8-pyproject = "^1.2.3" mypy = "*" pytest-flask = "^1.2.0" -pytest-playwright = "^0.3.3" +pytest-playwright = "^0.4.2" [build-system]