1
0
Fork 0
mirror of https://github.com/pnx/tree-sitter-dotenv synced 2026-06-16 01:54:56 +02:00

build(deps): bump the pip group with 2 updates

Updates the requirements on [tree-sitter](https://github.com/tree-sitter/py-tree-sitter) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version.

Updates `tree-sitter` to 0.25.2
- [Release notes](https://github.com/tree-sitter/py-tree-sitter/releases)
- [Commits](https://github.com/tree-sitter/py-tree-sitter/compare/v0.24.0...v0.25.2)

Updates `setuptools` to 82.0.1
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v42.0.0...v82.0.1)

---
updated-dependencies:
- dependency-name: tree-sitter
  dependency-version: 0.25.2
  dependency-type: direct:development
  dependency-group: pip
- dependency-name: setuptools
  dependency-version: 82.0.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-04-12 11:52:56 +00:00 committed by GitHub
parent f3b1f1f20d
commit 6235e6afb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=42", "wheel"]
requires = ["setuptools>=82.0.1", "wheel"]
build-backend = "setuptools.build_meta"
[project]
@ -22,7 +22,7 @@ readme = "README.md"
Homepage = "https://github.com/pnx/tree-sitter-dotenv"
[project.optional-dependencies]
core = ["tree-sitter~=0.24"]
core = ["tree-sitter~=0.25"]
[tool.cibuildwheel]
build = "cp310-*"