diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 790170e..1cf6139 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -73,7 +73,7 @@ jobs: - name: Install all browsers dependencies run: | python3 -m pip install --upgrade pip - python3 -m pip install playwright==1.56.0 patchright==1.56.0 + python3 -m pip install playwright==1.58.0 patchright==1.58.2 - name: Get Playwright version id: playwright-version diff --git a/tests/requirements.txt b/tests/requirements.txt index 07e287c..00ee277 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,6 +1,6 @@ pytest>=2.8.0,<9 pytest-cov -playwright==1.56.0 +playwright==1.58.0 werkzeug<3.0.0 pytest-httpbin==2.1.0 pytest-asyncio diff --git a/tox.ini b/tox.ini index c2a30ae..ba85fe3 100644 --- a/tox.ini +++ b/tox.ini @@ -10,8 +10,8 @@ envlist = pre-commit,py{310,311,312,313} usedevelop = True changedir = tests deps = - playwright==1.56.0 - patchright==1.56.0 + playwright==1.58.0 + patchright==1.58.2 -r{toxinidir}/tests/requirements.txt extras = ai,shell commands =