From 077ce6c61a180d9f9157172b58d1bde4d851ea28 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Fri, 5 Apr 2024 12:07:41 +0200 Subject: [PATCH] feat(roll): roll Playwright to v1.43 --- 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: