From eb5d37ccf41e580ab13822c58916947dbe106525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=B0=B4=E5=B1=85=E5=AE=A4?= Date: Fri, 15 Dec 2023 22:06:05 +0800 Subject: [PATCH] :arrow_up: Bump playwright from 1.28.0 to 1.39.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 49773995..472bee6f 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.28.0" +playwright = "^1.39.0" aiosqlite = { extras = ["sqlite"], version = "^0.19.0" } simnet = { git = "https://github.com/PaiGramTeam/SIMNet" } gcsim-pypi = "^2.8.2.10"