From e169b230e3306beaf547d3927ed13a5eb1ac6d19 Mon Sep 17 00:00:00 2001 From: Juro Oravec Date: Tue, 19 Nov 2024 10:06:21 +0000 Subject: [PATCH] chore: update tox.ini --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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