Skip to content

Commit

Permalink
Update playwright version in all files
Browse files Browse the repository at this point in the history
  • Loading branch information
raethlein committed Nov 1, 2024
1 parent ba7f008 commit 99fe0f2
Show file tree
Hide file tree
Showing 9 changed files with 10,290 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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
Expand Down
2 changes: 1 addition & 1 deletion cookiecutter/{{ cookiecutter.package_name }}/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/CustomDataframe/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/MaterialLogin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10,282 changes: 10,282 additions & 0 deletions examples/RadioButton/radio_button/frontend/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/RadioButton/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/SelectableDataTable/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion template-reactless/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion template/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 99fe0f2

Please sign in to comment.