From 9577c76599297febd66bb598920bb11c30e01bd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 09:17:44 +0000 Subject: [PATCH] build(deps): update playwright requirement from ~=1.44.0 to ~=1.45.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.44.0...v1.45.0) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 64697ae..35f482b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ readme = "README.md" requires-python = ">=3.8" dependencies = [ - "playwright~=1.44.0", + "playwright>=1.44,<1.46", "aiohttp~=3.9.0", "urllib3", "simple-logging-setup", @@ -22,7 +22,7 @@ dependencies = [ [project.optional-dependencies] docker = [ - "playwright~=1.44.0", + "playwright>=1.44,<1.46", "tox==4.16.0" ]