We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf46de commit 7df9676Copy full SHA for 7df9676
1 file changed
src/pyproject.toml.jinja
@@ -15,14 +15,14 @@ python = "^3.10"
15
16
[tool.poetry.group.dev.dependencies]
17
{% if docs -%}
18
-mkdocs = "*"
19
-mkdocs-material = "*"
+mkdocs = ">=1"
+mkdocs-material = ">=9"
20
{% endif -%}
21
-mypy = "*"
22
-pre-commit = "*"
23
-pytest = "*"
24
-ruff = "*"
25
-taskipy = "*"
+mypy = ">=1"
+pre-commit = ">=3"
+pytest = ">=8"
+ruff = ">=0.6"
+taskipy = ">=1"
26
27
[tool.taskipy.tasks]
28
clean = { cmd = "rm -rf .mypy_cache/ .pytest_cache/ .ruff_cache/ build/ dist/ *.egg-info", help = "Remove build artifacts" }
0 commit comments