From 2b39066d5ab3c041ea04dc50207ee03cba228bbd Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Thu, 25 Jan 2024 00:05:16 +0100 Subject: [PATCH] feat(roll): roll Playwright to v1.41.1 (#2259) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7f40b41a8..bdc5f74d9 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.41.0-beta-1705101589000" +driver_version = "1.41.1" def extractall(zip: zipfile.ZipFile, path: str) -> None: