mirror of
https://github.com/django-components/django-components.git
synced 2025-08-17 12:40:15 +00:00
Revert "build(deps): bump playwright from 1.48.0 to 1.49.0" (#820)
This commit is contained in:
parent
8c6e1d9b37
commit
d585c0bcbb
3 changed files with 4 additions and 4 deletions
|
@ -32,7 +32,7 @@ platformdirs==4.3.6
|
|||
# via
|
||||
# tox
|
||||
# virtualenv
|
||||
playwright==1.49.0
|
||||
playwright==1.48.0
|
||||
# via -r requirements-ci.in
|
||||
pluggy==1.5.0
|
||||
# via tox
|
||||
|
|
|
@ -69,7 +69,7 @@ platformdirs==4.3.6
|
|||
# black
|
||||
# tox
|
||||
# virtualenv
|
||||
playwright==1.49.0
|
||||
playwright==1.48.0
|
||||
# via -r requirements-dev.in
|
||||
pluggy==1.5.0
|
||||
# via
|
||||
|
|
4
tox.ini
4
tox.ini
|
@ -36,7 +36,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.49.0
|
||||
playwright==1.48.0
|
||||
requests
|
||||
types-requests
|
||||
whitenoise
|
||||
|
@ -55,7 +55,7 @@ commands = isort --check-only --diff src/django_components
|
|||
deps =
|
||||
pytest-coverage
|
||||
# NOTE: Keep playwright in sync with the version in requirements-ci.txt
|
||||
playwright==1.49.0
|
||||
playwright==1.48.0
|
||||
requests
|
||||
types-requests
|
||||
whitenoise
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue