From 250b43752d1e9737fdc8aafab72126d09d846397 Mon Sep 17 00:00:00 2001 From: "Ross A. Wollman" Date: Tue, 23 Aug 2022 13:01:46 -0700 Subject: [PATCH] chore: roll Playwright to 1.25.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3487a6abf..db018228a 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.25.0" +driver_version = "1.25.1" def extractall(zip: zipfile.ZipFile, path: str) -> None: