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