Skip to content

Commit 7df9676

Browse files
committed
add lower bounds
1 parent adf46de commit 7df9676

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/pyproject.toml.jinja

+7-7
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ python = "^3.10"
1515

1616
[tool.poetry.group.dev.dependencies]
1717
{% if docs -%}
18-
mkdocs = "*"
19-
mkdocs-material = "*"
18+
mkdocs = ">=1"
19+
mkdocs-material = ">=9"
2020
{% endif -%}
21-
mypy = "*"
22-
pre-commit = "*"
23-
pytest = "*"
24-
ruff = "*"
25-
taskipy = "*"
21+
mypy = ">=1"
22+
pre-commit = ">=3"
23+
pytest = ">=8"
24+
ruff = ">=0.6"
25+
taskipy = ">=1"
2626

2727
[tool.taskipy.tasks]
2828
clean = { cmd = "rm -rf .mypy_cache/ .pytest_cache/ .ruff_cache/ build/ dist/ *.egg-info", help = "Remove build artifacts" }

0 commit comments

Comments
 (0)