ops: update tests deps

This commit is contained in:
Karim shoair
2026-05-11 04:37:18 +03:00
parent 149d5f0923
commit 66d8917013
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.58.0 patchright==1.58.2
python3 -m pip install playwright==1.59.0 patchright==1.59.1
- name: Get Playwright version
id: playwright-version
+1 -1
View File
@@ -1,6 +1,6 @@
pytest>=2.8.0,<9
pytest-cov
playwright==1.58.0
playwright==1.59.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.58.0
patchright==1.58.2
playwright==1.59.0
patchright==1.59.1
-r{toxinidir}/tests/requirements.txt
extras = ai,shell
commands =