Update dependency mypy to v1.8.0 - autoclosed #4

Closed
renovate-bot wants to merge 1 commits from renovate/mypy-1.x into main
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ cov = ["test-cov", "cov-report"]
python = "3.11"
detached = true
dependencies = [
"mypy==1.7.1",
"mypy==1.8.0",
"ruff==0.1.7",
]