Skip to content

Commit

Permalink
add lower bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Sep 3, 2024
1 parent adf46de commit 7df9676
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ python = "^3.10"

[tool.poetry.group.dev.dependencies]
{% if docs -%}
mkdocs = "*"
mkdocs-material = "*"
mkdocs = ">=1"
mkdocs-material = ">=9"
{% endif -%}
mypy = "*"
pre-commit = "*"
pytest = "*"
ruff = "*"
taskipy = "*"
mypy = ">=1"
pre-commit = ">=3"
pytest = ">=8"
ruff = ">=0.6"
taskipy = ">=1"

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

0 comments on commit 7df9676

Please sign in to comment.