From 1f4da82e03559c16adacd79c67d08b233fdbc0ac Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Thu, 12 Sep 2024 17:06:22 +0200 Subject: [PATCH] chore: roll to Playwright 1.47.0-beta-1726138322000 --- 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: