⬆️ Upgrade mypy manually (#684)

This commit is contained in:
Sebastián Ramírez 2023-10-29 12:59:56 +04:00 committed by GitHub
parent df1efcfa7f
commit fa5d14e413
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ sqlalchemy2-stubs = {version = "*", allow-prereleases = true}
[tool.poetry.group.dev.dependencies]
pytest = "^7.0.1"
mypy = "0.971"
mypy = "1.4.1"
# Needed by the code generator using templates
black = ">=22.10,<24.0"
mkdocs-material = "9.1.21"