From d12ce3bce59b01b6db5f722c936edb9f7d56fff1 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 9 Apr 2024 09:02:00 +0200 Subject: [PATCH] feat(roll): roll Playwright to v1.43 (#2395) --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 528570e8f..bdf616079 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 124.0.6367.8 | ✅ | ✅ | ✅ | +| Chromium 124.0.6367.29 | ✅ | ✅ | ✅ | | WebKit 17.4 | ✅ | ✅ | ✅ | | Firefox 124.0 | ✅ | ✅ | ✅ | diff --git a/setup.py b/setup.py index ae859c6ad..29cc21951 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.43.0-beta-1711484700000" +driver_version = "1.43.0" def extractall(zip: zipfile.ZipFile, path: str) -> None: