From: Sebastián Ramírez Date: Sun, 29 Oct 2023 08:59:56 +0000 (+0400) Subject: ⬆️ Upgrade mypy manually (#684) X-Git-Tag: 0.0.11~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa5d14e41359d0aef538ded971187856c529a147;p=thirdparty%2Ffastapi%2Fsqlmodel.git ⬆️ Upgrade mypy manually (#684) --- diff --git a/pyproject.toml b/pyproject.toml index 0538aa18..22a845e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"