From 6090ee39ed13c81f6d1b4ecf085fe84ed812929b Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 16 Oct 2023 10:32:12 +0200 Subject: [PATCH] chore(roll): roll Playwright to v1.39 --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8f53740a..988c74e29 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Playwright is a Python library to automate [Chromium](https://www.chromium.org/H | | Linux | macOS | Windows | | :--- | :---: | :---: | :---: | | Chromium 119.0.6045.9 | ✅ | ✅ | ✅ | -| WebKit 17.0 | ✅ | ✅ | ✅ | +| WebKit 17.4 | ✅ | ✅ | ✅ | | Firefox 118.0.1 | ✅ | ✅ | ✅ | ## Documentation diff --git a/setup.py b/setup.py index a6ea02104..191f96658 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.39.0-alpha-oct-10-2023" +driver_version = "1.39.0" def extractall(zip: zipfile.ZipFile, path: str) -> None: