diff --git a/pyproject.toml b/pyproject.toml index 77e450a..8acc944 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,11 +54,11 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "lxml>=5.0", - "cssselect>=1.2", - "IPython", - "click", - "orjson>=3", + "lxml>=5.4.0", + "cssselect>=1.3.0", + "IPython>=8.18.1", # The last version that supports Python 3.9 + "click>=8.1.8", + "orjson>=3.10.18", "tldextract>=5.3.0", "curl_cffi>=0.11.3", "playwright>=1.52.0",