From 7cc2bc950fa69a2c58382886c9c6c05f2c225f3e Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Fri, 17 May 2024 10:38:48 +0200 Subject: [PATCH] chore(roll): roll Playwright to 1.44.0-beta-1715802478000 (#2438) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d65dc81a1..8709e52a2 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.44.0-beta-1715189091000" +driver_version = "1.44.0-beta-1715802478000" def extractall(zip: zipfile.ZipFile, path: str) -> None: