diff --git a/pyproject.toml b/pyproject.toml index 83af3fe..15d4c65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ license = { file="LICENSE.txt" } requires-python = ">=3.8" dependencies = [ - "playwright>=1.44,<1.46", + "playwright>=1.44,<1.47", "aiohttp>=3.9,<3.11", "urllib3", "simple-logging-setup",