From b78140d39f3af552bcc5dd518df1b9f5e89a0087 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 02:46:24 +0000 Subject: [PATCH] build(deps): update playwright requirement 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.44.0...v1.46.0) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 83af3fe..15d4c65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ license = { file="LICENSE.txt" } requires-python = ">=3.8" dependencies = [ - "playwright>=1.44,<1.46", + "playwright>=1.44,<1.47", "aiohttp>=3.9,<3.11", "urllib3", "simple-logging-setup",