From 42c0bf19d7ae415552172d7c04cdb7afd9dad7fb Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 14 Aug 2023 14:52:46 +0200 Subject: [PATCH] chore(roll): roll to Playwright 1.37.0 (#2042) --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ee8df143..77a30804d 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 116.0.5845.62 | ✅ | ✅ | ✅ | +| Chromium 116.0.5845.82 | ✅ | ✅ | ✅ | | WebKit 17.0 | ✅ | ✅ | ✅ | | Firefox 115.0 | ✅ | ✅ | ✅ | diff --git a/setup.py b/setup.py index 462453adb..c935ae536 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.37.0-alpha-aug-8-2023" +driver_version = "1.37.0" def extractall(zip: zipfile.ZipFile, path: str) -> None: