Skip to content

Commit

Permalink
chore(roll): roll to Playwright 1.37.0 (#2042)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Aug 14, 2023
1 parent 8a94f5b commit 42c0bf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Playwright is a Python library to automate [Chromium](https://www.chromium.org/H

| | Linux | macOS | Windows |
| :--- | :---: | :---: | :---: |
| Chromium <!-- GEN:chromium-version -->116.0.5845.62<!-- GEN:stop --> ||||
| Chromium <!-- GEN:chromium-version -->116.0.5845.82<!-- GEN:stop --> ||||
| WebKit <!-- GEN:webkit-version -->17.0<!-- GEN:stop --> ||||
| Firefox <!-- GEN:firefox-version -->115.0<!-- GEN:stop --> ||||

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
InWheel = None
from wheel.bdist_wheel import bdist_wheel as BDistWheelCommand

driver_version = "1.37.0-alpha-aug-8-2023"
driver_version = "1.37.0"


def extractall(zip: zipfile.ZipFile, path: str) -> None:
Expand Down

0 comments on commit 42c0bf1

Please sign in to comment.