From c27412742be9fda2d393110f793867980c50f5c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 09:58:40 +0000 Subject: [PATCH] fix(deps): update dependency playwright to ==1.62.* --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0c200a1..427d8a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" dependencies = [ "fastapi[standard]==0.141.*", "invisible-playwright>=0.6.1", - "playwright==1.60.*", + "playwright==1.62.*", "playwright-captcha==0.1.*", "pydantic==2.*", "pydantic-settings==2.*",