From c0a72d7536ef6a3a5afeb1b8c881b547ae6291f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 01:32:42 +0000 Subject: [PATCH] Bump playwright from 1.39.0 to 1.60.0 Bumps [playwright](https://github.com/microsoft/playwright-python) from 1.39.0 to 1.60.0. - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](https://github.com/microsoft/playwright-python/compare/v1.39.0...v1.60.0) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.60.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..3f68368 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ arrow = "*" bleach = "*" bs4 = "*" feedparser = "*" -playwright = "==1.39.0" +playwright = "==1.60.0" pytest-playwright = "*" [dev-packages]