We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a783d6 commit a275f36Copy full SHA for a275f36
1 file changed
project/pyproject.toml.jinja
@@ -53,8 +53,8 @@ default-groups = "all"
53
54
[dependency-groups]
55
dev = [
56
- "ruff>=0.15.2",
57
- {% if type_checker == 'pyright' %}"pyright>=1.1.408"{% elif type_checker == 'ty' %}"ty>=0.0.18"{% endif %},
+ "ruff>=0.15.4",
+ {% if type_checker == 'pyright' %}"pyright>=1.1.408"{% elif type_checker == 'ty' %}"ty>=0.0.19"{% endif %},
58
"bandit>=1.9.4",{% if use_precommit %}
59
{% if precommit_tool == 'pre-commit' %}"pre-commit>=4.5.0"{% elif precommit_tool == 'prek' %}"prek>=0.3.3"{% endif %},{% endif %}
60
"vulture>=2.14",
0 commit comments