From c3462df9aec192642a35c055edcb56ed1cebe031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=B0=B4=E5=B1=85=E5=AE=A4?= Date: Mon, 9 Oct 2023 20:06:42 +0800 Subject: [PATCH] :arrow_up: Bump playwright from 1.27.1 to 1.28.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 70e6f606..7c24cfa7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ thefuzz = "^0.20.0" qrcode = "^7.4.2" cryptography = "^41.0.4" pillow = "^10.0.1" -playwright = "^1.27.1" +playwright = "^1.28.0" aiosqlite = { extras = ["sqlite"], version = "^0.19.0" } simnet = { git = "https://github.com/PaiGramTeam/SIMNet" }