Skip to content

Commit 66d8917

Browse files
committed
ops: update tests deps
1 parent 149d5f0 commit 66d8917

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Install all browsers dependencies
7474
run: |
7575
python3 -m pip install --upgrade pip
76-
python3 -m pip install playwright==1.58.0 patchright==1.58.2
76+
python3 -m pip install playwright==1.59.0 patchright==1.59.1
7777
7878
- name: Get Playwright version
7979
id: playwright-version

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pytest>=2.8.0,<9
22
pytest-cov
3-
playwright==1.58.0
3+
playwright==1.59.0
44
werkzeug<3.0.0
55
pytest-httpbin==2.1.0
66
pytest-asyncio

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ envlist = pre-commit,py{310,311,312,313}
1010
usedevelop = True
1111
changedir = tests
1212
deps =
13-
playwright==1.58.0
14-
patchright==1.58.2
13+
playwright==1.59.0
14+
patchright==1.59.1
1515
-r{toxinidir}/tests/requirements.txt
1616
extras = ai,shell
1717
commands =

0 commit comments

Comments
 (0)