From d585c0bcbb8914de768b7aa451cbe55365bba13a Mon Sep 17 00:00:00 2001 From: Juro Oravec Date: Wed, 4 Dec 2024 21:19:52 +0100 Subject: [PATCH] Revert "build(deps): bump playwright from 1.48.0 to 1.49.0" (#820) --- requirements-ci.txt | 2 +- requirements-dev.txt | 2 +- tox.ini | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index f3743fad..c2c1dce0 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -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 diff --git a/requirements-dev.txt b/requirements-dev.txt index 0002d798..e079566f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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 diff --git a/tox.ini b/tox.ini index 24a42fce..b21b0743 100644 --- a/tox.ini +++ b/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