Skip to content

Commit

Permalink
Update dependency mypy to v1.14.0 (#811)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent 4d9a020 commit 5eea188
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 @@ -86,7 +86,7 @@ dependencies = [
"doc8==1.1.2", # Documentation linter
"yamllint==1.35.1", # YAML linter
"pre-commit==4.0.1", # Git commit hooks
"mypy==1.13.0", # Static type checker
"mypy==1.14.0", # Static type checker
"pytest==8.3.4", # Testing framework
"pytest-cov==6.0.0", # Test coverage
]
Expand Down

0 comments on commit 5eea188

Please sign in to comment.