[stubsabot] Bump tree-sitter-languages to 1.10.* (#11228)

Release: https://pypi.org/pypi/tree-sitter-languages/1.10.0
Homepage: https://github.com/grantjenks/py-tree-sitter-languages
Repository: https://github.com/grantjenks/py-tree-sitter-languages
Diff: https://github.com/grantjenks/py-tree-sitter-languages/compare/v1.8.0...v1.10.0

Stubsabot analysis of the diff between the two releases:
 - 0 public Python files have been added.
 - 0 files included in typeshed's stubs have been deleted.
 - 1 file included in typeshed's stubs has been modified or renamed: `tree_sitter_languages/__init__.py`.
 - Total lines of Python code added: 1.
 - Total lines of Python code deleted: 1.
This commit is contained in:
github-actions[bot]
2024-01-30 20:21:46 -08:00
committed by GitHub
parent 67df2df466
commit 1b5ef134c0

View File

@@ -1,3 +1,3 @@
version = "1.8.*"
version = "1.10.*"
upstream_repository = "https://github.com/grantjenks/py-tree-sitter-languages"
requires = ["types-tree-sitter"]