Update dependency dev/mypy to v1.7.1 (#2256)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-11-24 08:13:19 +01:00 committed by GitHub
parent b0c8f33de6
commit f27c55d170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Source = "https://github.com/archlinux/archinstall"
[project.optional-dependencies]
log = ["systemd_python==235"]
dev = [
"mypy==1.7.0",
"mypy==1.7.1",
"pre-commit==3.5.0",
]
doc = ["sphinx"]