From 328ba9c58a1fcef3154401b4faad2eeb26bac4c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 00:14:27 +0000 Subject: [PATCH] Bump playwright from 1.39.0 to 1.61.0 Bumps [playwright](https://github.com/microsoft/playwright-python) from 1.39.0 to 1.61.0. - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](https://github.com/microsoft/playwright-python/compare/v1.39.0...v1.61.0) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.61.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index c2bf4e0..92b76dd 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ arrow = "*" bleach = "*" bs4 = "*" feedparser = "*" -playwright = "==1.39.0" +playwright = "==1.61.0" pytest-playwright = "*" [dev-packages]