Skip to content

Commit

Permalink
feat(roll): roll Playwright to v1.43 (#2395)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Apr 9, 2024
1 parent d1e3f3c commit d12ce3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
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 -->124.0.6367.8<!-- GEN:stop --> ||||
| Chromium <!-- GEN:chromium-version -->124.0.6367.29<!-- GEN:stop --> ||||
| WebKit <!-- GEN:webkit-version -->17.4<!-- GEN:stop --> ||||
| Firefox <!-- GEN:firefox-version -->124.0<!-- GEN:stop --> ||||

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

driver_version = "1.43.0-beta-1711484700000"
driver_version = "1.43.0"


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

0 comments on commit d12ce3b

Please sign in to comment.