From def786c083423e8766ab721ed1f55b84f6f7cdc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 19:37:36 +0000 Subject: [PATCH] build(deps): update playwright requirement from >=1.40 to >=1.58.0 Updates the requirements on [playwright](https://github.com/microsoft/playwright-python) to permit the latest version. - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](https://github.com/microsoft/playwright-python/compare/v1.40.0...v1.58.0) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.58.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3dcdc85..54c8c29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -playwright>=1.40 +playwright>=1.58.0 Pillow>=10.0 PyYAML>=6.0 requests>=2.28