From 23d35dfe53a390e84ca910766416cfdb90bffce3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 00:06:46 +0000 Subject: [PATCH] Update playwright requirement from <1.42 to <1.44 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.43.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 be24dee..b376d49 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ "docopt>=0.6,<1", "munch>=2.3,<5", "Pillow>=8,<11", - "playwright<1.42", + "playwright<1.44", "requests>=2.23,<3", "requests-cache>=0.5,<2", ],