Skip to content

Commit

Permalink
build: update test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Nov 27, 2024
1 parent 65b0c2a commit bc18f5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ email = "[email protected]"
[project.optional-dependencies]
docs = ["sphinx~=7.4", "sphinx-book-theme"]
tests = [
"tree-sitter-html>=0.23.0",
"tree-sitter-javascript>=0.23.0",
"tree-sitter-json>=0.23.0",
"tree-sitter-html>=0.23.2",
"tree-sitter-javascript>=0.23.1",
"tree-sitter-json>=0.24.8",
"tree-sitter-python>=0.23.0",
"tree-sitter-rust>=0.23.0",
"tree-sitter-rust>=0.23.2",
]

[tool.ruff]
Expand Down

0 comments on commit bc18f5f

Please sign in to comment.