Skip to content

Commit

Permalink
test: change pinned version for devel
Browse files Browse the repository at this point in the history
  • Loading branch information
onjin committed Oct 31, 2024
1 parent 8194a19 commit 40d03fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ runenv = "runenv:run"

[project.optional-dependencies]
devel-types = [
"mypy ==1.4.1",
"mypy",
]
devel-test = [
"coverage[toml] ~=7.0",
"pytest ~=5.2.2",
"pytest-cov ~=4.1.0",
"coverage[toml]",
"pytest",
"pytest-cov",
]
devel = ["runenv[devel-types,devel-test]", "ruff==0.7.1", "mkchangelog"]

Expand Down

0 comments on commit 40d03fc

Please sign in to comment.