From 116c00618159e2727f444ec4085db963d412233a Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Fri, 5 Apr 2024 12:07:41 +0200 Subject: [PATCH] feat(roll): roll Playwright to v1.43 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ae859c6ad..29cc21951 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.43.0-beta-1711484700000" +driver_version = "1.43.0" def extractall(zip: zipfile.ZipFile, path: str) -> None: