Skip to content

Commit

Permalink
chore(roll): roll Playwright to v1.46.0 (#2519)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Aug 12, 2024
1 parent e71bbeb commit 8b9bcdc
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 -->128.0.6613.7<!-- GEN:stop --> ||||
| Chromium <!-- GEN:chromium-version -->128.0.6613.18<!-- GEN:stop --> ||||
| WebKit <!-- GEN:webkit-version -->18.0<!-- GEN:stop --> ||||
| Firefox <!-- GEN:firefox-version -->128.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.46.0-beta-1722359450000"
driver_version = "1.46.0"


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

0 comments on commit 8b9bcdc

Please sign in to comment.