From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Nov 2022 21:14:11 +0000 (+0100) Subject: ⬆ Update mypy requirement from 0.930 to 0.971 (#380) X-Git-Tag: 0.0.9~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29d9721d1a3997860cfa96c99ebd278d2943c3b1;p=thirdparty%2Ffastapi%2Fsqlmodel.git ⬆ Update mypy requirement from 0.930 to 0.971 (#380) Update mypy requirement from 0.930 to 0.971 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.930...v0.971) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/pyproject.toml b/pyproject.toml index 3c501e5c..5796ac9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ sqlalchemy2-stubs = {version = "*", allow-prereleases = true} [tool.poetry.dev-dependencies] pytest = "^7.0.1" -mypy = "0.930" +mypy = "0.971" flake8 = "^5.0.4" black = {version = "^21.5-beta.1", python = "^3.7"} mkdocs = "^1.2.1"