From 784fed01005abe2ea67a6b0137ededd2e0967b48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 02:18:41 +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 11d31ff..6f1c311 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ name = "milan" requires-python = ">=3.8" dependencies = [ - "playwright~=1.44.0", + "playwright~=1.45.0", "aiohttp~=3.9.0", "urllib3", "simple-logging-setup", @@ -20,7 +20,7 @@ dependencies = [ [project.optional-dependencies] docker = [ - "playwright~=1.44.0", + "playwright~=1.45.0", "tox==4.15.1" ]