build: update deps
This commit is contained in:
+5
-5
@@ -54,11 +54,11 @@ classifiers = [
|
|||||||
"Typing :: Typed",
|
"Typing :: Typed",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"lxml>=5.0",
|
"lxml>=5.4.0",
|
||||||
"cssselect>=1.2",
|
"cssselect>=1.3.0",
|
||||||
"IPython",
|
"IPython>=8.18.1", # The last version that supports Python 3.9
|
||||||
"click",
|
"click>=8.1.8",
|
||||||
"orjson>=3",
|
"orjson>=3.10.18",
|
||||||
"tldextract>=5.3.0",
|
"tldextract>=5.3.0",
|
||||||
"curl_cffi>=0.11.3",
|
"curl_cffi>=0.11.3",
|
||||||
"playwright>=1.52.0",
|
"playwright>=1.52.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user