From 98c5de852e9619b655066673bdd922e912a14013 Mon Sep 17 00:00:00 2001 From: Max Schmitt <max@schmitt.mx> Date: Fri, 17 May 2024 09:51:49 +0200 Subject: [PATCH] chore(roll): roll Playwright to 1.44.0-beta-1715802478000 --- 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: