ops: update playwright pinned version
This commit is contained in:
@@ -73,7 +73,7 @@ jobs:
|
|||||||
- name: Install all browsers dependencies
|
- name: Install all browsers dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install --upgrade pip
|
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
|
- name: Get Playwright version
|
||||||
id: playwright-version
|
id: playwright-version
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
pytest>=2.8.0,<9
|
pytest>=2.8.0,<9
|
||||||
pytest-cov
|
pytest-cov
|
||||||
playwright==1.56.0
|
playwright==1.58.0
|
||||||
werkzeug<3.0.0
|
werkzeug<3.0.0
|
||||||
pytest-httpbin==2.1.0
|
pytest-httpbin==2.1.0
|
||||||
pytest-asyncio
|
pytest-asyncio
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ envlist = pre-commit,py{310,311,312,313}
|
|||||||
usedevelop = True
|
usedevelop = True
|
||||||
changedir = tests
|
changedir = tests
|
||||||
deps =
|
deps =
|
||||||
playwright==1.56.0
|
playwright==1.58.0
|
||||||
patchright==1.56.0
|
patchright==1.58.2
|
||||||
-r{toxinidir}/tests/requirements.txt
|
-r{toxinidir}/tests/requirements.txt
|
||||||
extras = ai,shell
|
extras = ai,shell
|
||||||
commands =
|
commands =
|
||||||
|
|||||||
Reference in New Issue
Block a user