Merge pull request #2905 from GSA/dependabot/pip/pytest-playwright-0.7.1

Bump pytest-playwright from 0.7.0 to 0.7.1
This commit is contained in:
ccostino
2025-09-11 10:15:25 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -2987,14 +2987,14 @@ dev = ["pre-commit", "pytest-asyncio", "tox"]
[[package]]
name = "pytest-playwright"
version = "0.7.0"
version = "0.7.1"
description = "A pytest wrapper with fixtures for Playwright to automate web browsers"
optional = false
python-versions = ">=3.9"
groups = ["dev"]
files = [
{file = "pytest_playwright-0.7.0-py3-none-any.whl", hash = "sha256:2516d0871fa606634bfe32afbcc0342d68da2dbff97fe3459849e9c428486da2"},
{file = "pytest_playwright-0.7.0.tar.gz", hash = "sha256:b3f2ea514bbead96d26376fac182f68dcd6571e7cb41680a89ff1673c05d60b6"},
{file = "pytest_playwright-0.7.1-py3-none-any.whl", hash = "sha256:fcc46510fb75f8eba6df3bc8e84e4e902483d92be98075f20b9d160651a36d90"},
{file = "pytest_playwright-0.7.1.tar.gz", hash = "sha256:94b551b2677ecdc16284fcd6a4f0045eafda47a60e74410f3fe4d8260e12cabf"},
]
[package.dependencies]
@@ -4211,4 +4211,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen
[metadata]
lock-version = "2.1"
python-versions = "^3.13.2"
content-hash = "d193569e5d5e416a2826f38920357d59b29667f8ce4ae5a13ea455ef9d3222f1"
content-hash = "a30138766b3a9c21b27947d97c41a136cd7e8c1e1a33c5a88958d89531a4a8e1"

View File

@@ -91,7 +91,7 @@ pre-commit = "^4.3.0"
pytest = "^8.4.2"
pytest-env = "^1.1.3"
pytest-mock = "^3.15.0"
pytest-playwright = "^0.7.0"
pytest-playwright = "^0.7.1"
pytest-xdist = "^3.8.0"
radon = "^6.0.1"
requests-mock = "^1.11.0"