Skip to content
Prev Previous commit
Next Next commit
Update pyproject.toml: typo
  • Loading branch information
wyattscarpenter authored Dec 10, 2025
commit 4fff3c032fd0227b50ca96aa1363f5770295837f
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ faster-cache = ["orjson"]

[dependency-groups]
dev = [
# This is not strictly needed for building the mypy per se, but pip-compile from this package is needed if you want to update the requirement files:
# This is not strictly needed for building mypy per se, but pip-compile from this package is needed if you want to update the requirement files:
# (Word on the street is you can also use uv pip compile instead of pip-compile, for this task, if you want.)
"pip-tools>=7.5.2", # TODO: once https://github.com/jazzband/pip-tools/pull/2257 lands, change to pip-tools[stable] instead of specifying a version
"pip<=25.3", # TODO: once https://github.com/jazzband/pip-tools/pull/2257 lands, remove this dependency line altogether
Expand Down