From 6fc54b14b3bc4be180bc9ce618d1c62e1c6c3b6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:47:00 +0000 Subject: [PATCH 1/2] build(deps): bump playwright from 1.47.0 to 1.48.0 Bumps [playwright](https://github.com/Microsoft/playwright-python) from 1.47.0 to 1.48.0. - [Release notes](https://github.com/Microsoft/playwright-python/releases) - [Commits](https://github.com/Microsoft/playwright-python/compare/v1.47.0...v1.48.0) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-ci.txt | 4 ++-- requirements-dev.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index 455ee855..c2c1dce0 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -20,7 +20,7 @@ filelock==3.16.1 # via # tox # virtualenv -greenlet==3.0.3 +greenlet==3.1.1 # via playwright idna==3.10 # via requests @@ -32,7 +32,7 @@ platformdirs==4.3.6 # via # tox # virtualenv -playwright==1.47.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 3486ba49..1cca60f1 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -36,7 +36,7 @@ flake8==7.1.1 # flake8-pyproject flake8-pyproject==1.2.3 # via -r requirements-dev.in -greenlet==3.0.3 +greenlet==3.1.1 # via playwright identify==2.5.33 # via pre-commit @@ -69,7 +69,7 @@ platformdirs==4.3.6 # black # tox # virtualenv -playwright==1.47.0 +playwright==1.48.0 # via -r requirements-dev.in pluggy==1.5.0 # via From e169b230e3306beaf547d3927ed13a5eb1ac6d19 Mon Sep 17 00:00:00 2001 From: Juro Oravec Date: Tue, 19 Nov 2024 10:06:21 +0000 Subject: [PATCH 2/2] 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