From ebfc27e29b12895b467a00c51837757a4c844fac Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 3 May 2023 09:16:40 +0200 Subject: [PATCH] chore(roll): roll to Playwright v1.33 (#1892) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 91867b389..b2ab3b9b7 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.33.0-beta-1682447195000" +driver_version = "1.33.0" def extractall(zip: zipfile.ZipFile, path: str) -> None: