chore: update tox.ini

This commit is contained in:
Juro Oravec 2024-11-19 10:06:21 +00:00
parent 6fc54b14b3
commit e169b230e3

View file

@ -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