Skip to content

Commit f208e4c

Browse files
authored
Change 'ty' version from 0.0.23 to 0.0.24
Updated the version constraint for 'ty' in the dev dependency group.
1 parent 46f5582 commit f208e4c

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.7",
57-
{% if type_checker == 'pyright' %}"pyright>=1.1.408"{% elif type_checker == 'ty' %}"ty>=0.0.23"{% endif %},
57+
{% if type_checker == 'pyright' %}"pyright>=1.1.408"{% elif type_checker == 'ty' %}"ty>=0.0.24"{% 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.6"{% endif %},{% endif %}
6060
"vulture>=2.15",

0 commit comments

Comments
 (0)