From f1c11fbd3000ee072b117ddebed9da1e0c2226b3 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 13 Jun 2023 09:34:43 +0200 Subject: [PATCH] chore(roll): roll Playwright to 1.35.0 (#1971) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 00fc2eb38..7d040e609 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.35.0-beta-1686247644000" +driver_version = "1.35.0" def extractall(zip: zipfile.ZipFile, path: str) -> None: