From 0f0c7359deecad0ff4875d9dab2811c6a8203595 Mon Sep 17 00:00:00 2001 From: Ross Wollman Date: Thu, 30 Jun 2022 13:22:19 -0700 Subject: [PATCH] chore: roll Playwright to 1.23.1 (#1393) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b6e94c2b1..26e496b16 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.23.0-beta-1656457055000" +driver_version = "1.23.1" def extractall(zip: zipfile.ZipFile, path: str) -> None: