diff --git a/Dockerfile b/Dockerfile index 806621a8..a6e397b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,13 +6,13 @@ FROM python:${PYTHON_VERSION}-slim-bullseye as e2e_base SHELL ["/bin/bash", "-o", "pipefail", "-e", "-u", "-x", "-c"] # Setup Pip -ARG PIP_VERSION="23.2.1" +ARG PIP_VERSION="24.3.1" ENV PIP_VERSION=${PIP_VERSION} RUN pip install --no-cache-dir --upgrade "pip==${PIP_VERSION}" && pip --version # Setup Playwright -ARG PLAYWRIGHT_VERSION="1.39.0" +ARG PLAYWRIGHT_VERSION="1.48.0" ENV PLAYWRIGHT_VERSION=${PLAYWRIGHT_VERSION} RUN pip install --no-cache-dir playwright=="${PLAYWRIGHT_VERSION}" && playwright install webkit chromium firefox --with-deps diff --git a/cookiecutter/{{ cookiecutter.package_name }}/setup.py b/cookiecutter/{{ cookiecutter.package_name }}/setup.py index e1995dbc..89fe82c3 100644 --- a/cookiecutter/{{ cookiecutter.package_name }}/setup.py +++ b/cookiecutter/{{ cookiecutter.package_name }}/setup.py @@ -28,7 +28,7 @@ "devel": [ "wheel", "pytest==7.4.0", - "playwright==1.39.0", + "playwright==1.48.0", "requests==2.31.0", "pytest-playwright-snapshot==1.0", "pytest-rerunfailures==12.0", diff --git a/examples/CustomDataframe/setup.py b/examples/CustomDataframe/setup.py index c3c08b03..98377686 100644 --- a/examples/CustomDataframe/setup.py +++ b/examples/CustomDataframe/setup.py @@ -23,7 +23,7 @@ "devel": [ "wheel", "pytest==7.4.0", - "playwright==1.39.0", + "playwright==1.48.0", "requests==2.31.0", "pytest-playwright-snapshot==1.0", "pytest-rerunfailures==12.0", diff --git a/examples/MaterialLogin/setup.py b/examples/MaterialLogin/setup.py index 458b69ef..e12513ba 100644 --- a/examples/MaterialLogin/setup.py +++ b/examples/MaterialLogin/setup.py @@ -23,7 +23,7 @@ "devel": [ "wheel", "pytest==7.4.0", - "playwright==1.39.0", + "playwright==1.48.0", "requests==2.31.0", "pytest-playwright-snapshot==1.0", "pytest-rerunfailures==12.0", diff --git a/examples/RadioButton/setup.py b/examples/RadioButton/setup.py index 5307a187..02f3e317 100644 --- a/examples/RadioButton/setup.py +++ b/examples/RadioButton/setup.py @@ -23,7 +23,7 @@ "devel": [ "wheel", "pytest==7.4.0", - "playwright==1.39.0", + "playwright==1.48.0", "requests==2.31.0", "pytest-playwright-snapshot==1.0", "pytest-rerunfailures==12.0", diff --git a/examples/SelectableDataTable/setup.py b/examples/SelectableDataTable/setup.py index b02edffb..bfa66edd 100644 --- a/examples/SelectableDataTable/setup.py +++ b/examples/SelectableDataTable/setup.py @@ -23,7 +23,7 @@ "devel": [ "wheel", "pytest==7.4.0", - "playwright==1.39.0", + "playwright==1.48.0", "requests==2.31.0", "pytest-playwright-snapshot==1.0", "pytest-rerunfailures==12.0", diff --git a/template-reactless/setup.py b/template-reactless/setup.py index 279f8a31..7db2cfb4 100644 --- a/template-reactless/setup.py +++ b/template-reactless/setup.py @@ -28,7 +28,7 @@ "devel": [ "wheel", "pytest==7.4.0", - "playwright==1.39.0", + "playwright==1.48.0", "requests==2.31.0", "pytest-playwright-snapshot==1.0", "pytest-rerunfailures==12.0", diff --git a/template/setup.py b/template/setup.py index 279f8a31..7db2cfb4 100644 --- a/template/setup.py +++ b/template/setup.py @@ -28,7 +28,7 @@ "devel": [ "wheel", "pytest==7.4.0", - "playwright==1.39.0", + "playwright==1.48.0", "requests==2.31.0", "pytest-playwright-snapshot==1.0", "pytest-rerunfailures==12.0",