From 480fe16a7eb1f4d382db2c4cfea7bb838e6356de Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 1 Feb 2022 16:38:40 +0100 Subject: [PATCH] chore: roll Playwright to 1.18.1-beta-1643727981000 (#1142) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1251df588..196ddd62f 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.18.0-beta-1642620709000" +driver_version = "1.18.1-beta-1643727981000" def extractall(zip: zipfile.ZipFile, path: str) -> None: