ops: update playwright pinned version

This commit is contained in:
Karim shoair
2026-03-09 00:05:46 +02:00
parent 27409927a3
commit b547e04207
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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 =