📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-09-03 08:57:39 +00:00
parent 0b2b056032
commit 3294e63c9f
98 changed files with 3411 additions and 467 deletions
@@ -20,7 +20,9 @@ def rows(name):
def digest(path):
return hashlib.sha256(path.read_bytes()).hexdigest()
# Normalize line endings so the snapshot does not depend on whether the
# working tree was checked out with LF or CRLF.
return hashlib.sha256(path.read_bytes().replace(b"\r\n", b"\n")).hexdigest()
def load_json(name):