From 7ff56321379b8614849d91396a9f7a4459f5904f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 00:20:54 +0000 Subject: [PATCH] Bump playwright from 1.39.0 to 1.59.0 Bumps [playwright](https://github.com/microsoft/playwright-python) from 1.39.0 to 1.59.0. - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](https://github.com/microsoft/playwright-python/compare/v1.39.0...v1.59.0) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.59.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..7a25041 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ arrow = "*" bleach = "*" bs4 = "*" feedparser = "*" -playwright = "==1.39.0" +playwright = "==1.59.0" pytest-playwright = "*" [dev-packages]