upgrade playwright to 1.49.1 (#1402)

This commit is contained in:
LawyZheng
2024-12-17 15:46:05 +08:00
committed by GitHub
parent ad0171fe09
commit 50246550fa
2 changed files with 90 additions and 75 deletions

View File

@@ -18,7 +18,7 @@ jinja2 = "^3.1.2"
uvicorn = {extras = ["standard"], version = "^0.24.0.post1"}
litellm = "1.55.2"
selenium = "^4.13.0"
playwright = "1.46.0"
playwright = "1.49.1"
pre-commit = "^3.5.0"
pillow = "^10.1.0"
starlette-context = "^0.3.6"