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" ]