From 75fa840a55c367e84d7ae5ac0674ccf9e345dab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 12:56:59 +0000 Subject: [PATCH] Update playwright requirement from <1.44 to <1.45 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/v0.0.4...v1.44.0) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f2de4f0..03f5fd5 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ "docopt-ng>=0.6,<1", "munch>=2.3,<5", "Pillow>=8,<11", - "playwright<1.44", + "playwright<1.45", "requests>=2.23,<3", "requests-cache>=0.5,<2", ],