diff --git a/tox.ini b/tox.ini index ffc3dd61..de14a0ca 100644 --- a/tox.ini +++ b/tox.ini @@ -33,7 +33,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.47.0 + playwright==1.48.0 requests types-requests whitenoise @@ -52,7 +52,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.47.0 + playwright==1.48.0 requests types-requests whitenoise