From 6a599b665758751b7914af671f503bef1c0fd68c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 23:47:17 +0000 Subject: [PATCH] Bump mypy from 0.991 to 1.7.0 Bumps [mypy](https://github.com/python/mypy) from 0.991 to 1.7.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v0.991...v1.7.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/lint.txt b/requirements/lint.txt index f541e04e..c50c7f1d 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -1,6 +1,6 @@ -r ci.txt -mypy==0.991; implementation_name=="cpython" +mypy==1.7.0; implementation_name=="cpython" flake8==6.0.0 flake8-pyi==22.11.0 black==23.3.0