File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ dev = [
5656 "ruff>=0.15.5",
5757 {% if type_checker == 'pyright' %} "pyright>=1.1.408"{% elif type_checker == 'ty' %} "ty>=0.0.21"{% endif %} ,
5858 "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.4 "{% endif %} ,{% endif %}
59+ {% if precommit_tool == 'pre-commit' %} "pre-commit>=4.5.0"{% elif precommit_tool == 'prek' %} "prek>=0.3.5 "{% endif %} ,{% endif %}
6060 "vulture>=2.15",
6161 "copier>=9.13.0",{% if include_notebooks %}
6262 "ipykernel>=6.31.0",
@@ -75,7 +75,7 @@ test = [
7575]{% if include_docs %}
7676docs = [
7777 "mkdocs>=1.6.1",
78- "mkdocs-material>=9.7.4 ",
78+ "mkdocs-material>=9.7.5 ",
7979 "mkdocs-git-revision-date-localized-plugin>=1.5.1",
8080 "mkdocs-awesome-nav>=3.3.0",
8181 "mkdocs-git-authors-plugin>=0.10.0",
You can’t perform that action at this time.
0 commit comments