Skip to content

Commit

Permalink
Update playwright version
Browse files Browse the repository at this point in the history
  • Loading branch information
kajarenc committed Nov 3, 2023
1 parent 675a7aa commit 6e5274e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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.36.0",
"playwright==1.39.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.36.0",
"playwright==1.39.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.36.0",
"playwright==1.39.0",
"requests==2.31.0",
"pytest-playwright-snapshot==1.0",
"pytest-rerunfailures==12.0",
Expand Down
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.36.0",
"playwright==1.39.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.36.0",
"playwright==1.39.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.36.0",
"playwright==1.39.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.36.0",
"playwright==1.39.0",
"requests==2.31.0",
"pytest-playwright-snapshot==1.0",
"pytest-rerunfailures==12.0",
Expand Down

0 comments on commit 6e5274e

Please sign in to comment.