build(deps): update tree-sitter-python requirement in /enums

Updates the requirements on [tree-sitter-python](https://github.com/tree-sitter/tree-sitter-python) to permit the latest version.
- [Commits](https://github.com/tree-sitter/tree-sitter-python/compare/v0.21.0...v0.23.0)

---
updated-dependencies:
- dependency-name: tree-sitter-python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-08-26 22:44:48 +00:00 коммит произвёл GitHub
Родитель e0a5c03a3e
Коммит 3fdb8b9fe0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -13,7 +13,7 @@ tree-sitter-java = "=0.21.0"
tree-sitter-kotlin = "0.3.6"
tree-sitter-typescript = "=0.21.2"
tree-sitter-javascript = "=0.21.4"
tree-sitter-python = "=0.21.0"
tree-sitter-python = "=0.23.0"
tree-sitter-rust = "=0.21.2"
tree-sitter-preproc = { path = "../tree-sitter-preproc", version = "=0.20.2" }
tree-sitter-ccomment = { path = "../tree-sitter-ccomment", version = "=0.20.2" }