From 25689abadb622a71cb94e1c015071e6db3cb409d Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Thu, 23 Sep 2021 16:27:44 +0200 Subject: [PATCH] feat(roll): roll Playwright 1.15.0-1632336523000 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d01222d77..ef8fa221b 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ InWheel = None from wheel.bdist_wheel import bdist_wheel as BDistWheelCommand -driver_version = "1.15.0-1631797286000" +driver_version = "1.15.0-1632336523000" def extractall(zip: zipfile.ZipFile, path: str) -> None: