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
+2 -2
View File
@@ -14,8 +14,8 @@ from scrapling.core._types import Dict, Literal, Tuple, cast
__OS_NAME__ = platform_system()
OSName = Literal["linux", "macos", "windows"]
# Current versions hardcoded for now (Playwright doesn't allow to know the version of a browser without launching it)
chromium_version = 141
chrome_version = 143
chromium_version = 145
chrome_version = 145
@lru_cache(10, typed=True)