From 845ac193c59c99c002181314413f326c439801f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 12:09:02 +0000 Subject: [PATCH] Update playwright requirement from <1.46 to <1.48 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.47.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 eaa74e4..a4252ed 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.46", + "playwright<1.48", "requests>=2.23,<3", "requests-cache>=0.5,<2", ],