diff --git a/pyproject.toml b/pyproject.toml index bb14bc6..0edcdd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ classifiers = [ "Programming Language :: Python :: 3", ] dependencies = [ - "playwright~=1.32.1", + "playwright~=1.32", "requests~=2.29.0", ] dynamic = ["version"]