mirror of
https://github.com/django-components/django-components.git
synced 2025-11-13 04:14:13 +00:00
refactor: bump playwright and greenlet versions in CI
This commit is contained in:
parent
f1c5d8a98e
commit
a845b40b66
2 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
4
tox.ini
4
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue