From 082db40160ea10354adc9b64d478213f63784e53 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Thu, 12 Sep 2024 18:47:09 +0200 Subject: [PATCH] chore: roll to Playwright 1.47.0-beta-1726138322000 (#2557) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 437958a4e..df6613283 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.47.0-beta-1725889926000" +driver_version = "1.47.0-beta-1726138322000" def extractall(zip: zipfile.ZipFile, path: str) -> None: