refactor: bump playwright and greenlet versions in CI

This commit is contained in:
Juro Oravec 2025-10-21 21:38:27 +00:00
parent f1c5d8a98e
commit a845b40b66
2 changed files with 5 additions and 5 deletions

View file

@ -28,7 +28,7 @@ filelock==3.16.1
# via
# tox
# virtualenv
greenlet==3.1.1
greenlet==3.2.4
# via playwright
idna==3.10
# via requests
@ -54,13 +54,13 @@ platformdirs==4.3.6
# via
# tox
# virtualenv
playwright==1.48.0
playwright==1.55.0
# via -r requirements-ci.in
pluggy==1.5.0
# via
# pytest
# tox
pyee==12.0.0
pyee==13.0.0
# via playwright
pympler==1.1
# via asv

View file

@ -40,7 +40,7 @@ deps =
# NOTE: Keep playwright is sync with the version in requirements-ci.txt
# Othrwise we get error:
# playwright._impl._errors.Error: BrowserType.launch: Executable doesn't exist at /home/runner/.cache/ms-playwright/chromium-1140/chrome-linux/chrome
playwright==1.48.0
playwright==1.55.0
pydantic
requests
types-requests
@ -62,7 +62,7 @@ deps =
pytest-asyncio
syrupy # snapshot testing
# NOTE: Keep playwright in sync with the version in requirements-ci.txt
playwright==1.48.0
playwright==1.55.0
pydantic
requests
types-requests