mirror of
https://github.com/django-components/django-components.git
synced 2025-09-26 15:39:08 +00:00
Merge pull request #749 from EmilStenstrom/dependabot/pip/playwright-1.48.0
build(deps): bump playwright from 1.47.0 to 1.48.0
This commit is contained in:
commit
6dd8fce83c
3 changed files with 6 additions and 6 deletions
|
@ -20,7 +20,7 @@ filelock==3.16.1
|
||||||
# via
|
# via
|
||||||
# tox
|
# tox
|
||||||
# virtualenv
|
# virtualenv
|
||||||
greenlet==3.0.3
|
greenlet==3.1.1
|
||||||
# via playwright
|
# via playwright
|
||||||
idna==3.10
|
idna==3.10
|
||||||
# via requests
|
# via requests
|
||||||
|
@ -32,7 +32,7 @@ platformdirs==4.3.6
|
||||||
# via
|
# via
|
||||||
# tox
|
# tox
|
||||||
# virtualenv
|
# virtualenv
|
||||||
playwright==1.47.0
|
playwright==1.48.0
|
||||||
# via -r requirements-ci.in
|
# via -r requirements-ci.in
|
||||||
pluggy==1.5.0
|
pluggy==1.5.0
|
||||||
# via tox
|
# via tox
|
||||||
|
|
|
@ -36,7 +36,7 @@ flake8==7.1.1
|
||||||
# flake8-pyproject
|
# flake8-pyproject
|
||||||
flake8-pyproject==1.2.3
|
flake8-pyproject==1.2.3
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
greenlet==3.0.3
|
greenlet==3.1.1
|
||||||
# via playwright
|
# via playwright
|
||||||
identify==2.5.33
|
identify==2.5.33
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
|
@ -69,7 +69,7 @@ platformdirs==4.3.6
|
||||||
# black
|
# black
|
||||||
# tox
|
# tox
|
||||||
# virtualenv
|
# virtualenv
|
||||||
playwright==1.47.0
|
playwright==1.48.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
pluggy==1.5.0
|
pluggy==1.5.0
|
||||||
# via
|
# via
|
||||||
|
|
4
tox.ini
4
tox.ini
|
@ -33,7 +33,7 @@ deps =
|
||||||
# NOTE: Keep playwright is sync with the version in requirements-ci.txt
|
# NOTE: Keep playwright is sync with the version in requirements-ci.txt
|
||||||
# Othrwise we get error:
|
# 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._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
|
requests
|
||||||
types-requests
|
types-requests
|
||||||
whitenoise
|
whitenoise
|
||||||
|
@ -52,7 +52,7 @@ commands = isort --check-only --diff src/django_components
|
||||||
deps =
|
deps =
|
||||||
pytest-coverage
|
pytest-coverage
|
||||||
# NOTE: Keep playwright in sync with the version in requirements-ci.txt
|
# NOTE: Keep playwright in sync with the version in requirements-ci.txt
|
||||||
playwright==1.47.0
|
playwright==1.48.0
|
||||||
requests
|
requests
|
||||||
types-requests
|
types-requests
|
||||||
whitenoise
|
whitenoise
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue