Skip to content

Commit

Permalink
Set min versions for dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Nov 10, 2024
1 parent 6ac5488 commit e5c0477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [

[project.optional-dependencies]
lint = ["ruff >= 0.5"]
test = ["pytest", "pytest-cov"]
test = ["pytest >= 7.2", "pytest-cov >= 4.0"]
dev = ["mopidy-local[lint,test]", "tox >= 4.21"]

[project.urls]
Expand Down

0 comments on commit e5c0477

Please sign in to comment.