build: pump up deps and browsers versions

This commit is contained in:
Karim shoair
2026-03-08 23:57:10 +02:00
parent aa6f96eb67
commit 27409927a3
2 changed files with 6 additions and 5 deletions
+4 -3
View File
@@ -64,7 +64,7 @@ dependencies = [
"lxml>=6.0.2",
"cssselect>=1.4.0",
"orjson>=3.11.7",
"tld>=0.13.1",
"tld>=0.13.2",
"w3lib>=2.4.0",
"typing_extensions",
]
@@ -73,9 +73,10 @@ dependencies = [
fetchers = [
"click>=8.3.0",
"curl_cffi>=0.14.0",
"playwright==1.56.0",
"patchright==1.56.0",
"playwright==1.58.0",
"patchright==1.58.2",
"browserforge>=1.2.4",
"apify-fingerprint-datapoints>=0.11.0",
"msgspec>=0.20.0",
"anyio>=4.12.1"
]