From f320474a687a72ae10e7bfee91347b85d2cf1b2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 02:14:19 +0000 Subject: [PATCH] build(deps): update playwright requirement from ~=1.43.0 to ~=1.44.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.43.0...v1.44.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 895eb32..0a5e723 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ name = "milan" requires-python = ">=3.8" dependencies = [ - "playwright~=1.43.0", + "playwright~=1.44.0", "aiohttp~=3.9.0", "urllib3", "simple-logging-setup", @@ -20,7 +20,7 @@ dependencies = [ [project.optional-dependencies] docker = [ - "playwright~=1.43.0", + "playwright~=1.44.0", "tox==4.15.0" ]