Skip to content

Commit

Permalink
build(deps-dev): fix inconsistency in deps versioning (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm authored Sep 10, 2024
1 parent 7900195 commit 9bda263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ dev = [
"pytest-cov>=3.0.0,<5.0.0",
"pytest-pretty>=1.0.0,<2.0.0",
# style
"ruff==0.1.14",
"mypy==1.8.0",
"ruff==0.6.4",
"mypy==1.10.0",
"pre-commit>=3.0.0,<4.0.0",
# docs
"sphinx>=3.0.0,!=3.5.0",
Expand Down

0 comments on commit 9bda263

Please sign in to comment.