Skip to content

Commit 37102a8

Browse files
authored
Change 'ty' dependency version to 0.0.30
Updated the version constraint for the 'ty' dependency in the dev group.
1 parent 4278a0b commit 37102a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ default-groups = "all"
5454
[dependency-groups]
5555
dev = [
5656
"ruff>=0.15.10",
57-
{% if type_checker == 'pyright' %}"pyright>=1.1.408"{% elif type_checker == 'ty' %}"ty>=0.0.29"{% endif %},
57+
{% if type_checker == 'pyright' %}"pyright>=1.1.408"{% elif type_checker == 'ty' %}"ty>=0.0.30"{% endif %},
5858
"bandit>=1.9.4",{% if use_precommit %}
5959
{% if precommit_tool == 'pre-commit' %}"pre-commit>=4.5.0"{% elif precommit_tool == 'prek' %}"prek>=0.3.9"{% endif %},{% endif %}
6060
"vulture>=2.16",

0 commit comments

Comments
 (0)