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