From 147e4a3a3f6ffa19ad6639cbcc27323fc3163fe9 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 16 Oct 2023 18:24:50 +0200 Subject: [PATCH] chore(roll): roll Playwright to v1.39 (#2118) --- 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 1052b1a54..9b2d0fe00 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: