deps: update tree-sitter-language-pack requirement

Updates the requirements on [tree-sitter-language-pack](https://github.com/xberg-io/tree-sitter-language-pack) to permit the latest version.
- [Release notes](https://github.com/xberg-io/tree-sitter-language-pack/releases)
- [Changelog](https://github.com/xberg-io/tree-sitter-language-pack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/xberg-io/tree-sitter-language-pack/compare/v0.10.0...v1.15.8)

---
updated-dependencies:
- dependency-name: tree-sitter-language-pack
  dependency-version: 1.15.8
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-08-27 07:26:13 +00:00 committed by GitHub
parent 4f2e70a75c
commit 59c06db781
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -108,7 +108,7 @@ proxy-prod = [
# as a transitive dependency and the existing code_compressor.py node-walk
# logic continues to work. See issue #1216.
code = [
"tree-sitter-language-pack>=0.10.0,<1.0",
"tree-sitter-language-pack>=0.10.0,<2.0",
"tree-sitter>=0.25.2,<0.27",
]
# ML-based compression with Kompress (ModernBERT).