From 8b9bcdc73b2828235c655c7c73ab709101d84670 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 12 Aug 2024 11:19:33 +0200 Subject: [PATCH] chore(roll): roll Playwright to v1.46.0 (#2519) --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fdd043e95..9de46843e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Playwright is a Python library to automate [Chromium](https://www.chromium.org/H | | Linux | macOS | Windows | | :--- | :---: | :---: | :---: | -| Chromium 128.0.6613.7 | ✅ | ✅ | ✅ | +| Chromium 128.0.6613.18 | ✅ | ✅ | ✅ | | WebKit 18.0 | ✅ | ✅ | ✅ | | Firefox 128.0 | ✅ | ✅ | ✅ | diff --git a/setup.py b/setup.py index 9380425c9..2a6195600 100644 --- a/setup.py +++ b/setup.py @@ -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: