From b2e5ef2caaf05b7c55d0612331572f24262bdde4 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 23 Jul 2024 13:06:15 +0200 Subject: [PATCH] chore(roll): roll Playwright to v1.45.3 (#2495) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2a0454820..265ff8f28 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.45.1-beta-1719996498000" +driver_version = "1.45.3" def extractall(zip: zipfile.ZipFile, path: str) -> None: