From ebf9ed462a6a39d341a95476a4d28326ed251380 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 27 Feb 2023 18:40:51 +0100 Subject: [PATCH] chore: roll Playwright to 1.31.1 (#1786) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b3f15d5b1..1f7b77a32 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.31.0" +driver_version = "1.31.1" def extractall(zip: zipfile.ZipFile, path: str) -> None: