From 1c1443b3eec8c98db74c587b980551f03b65daba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 21:01:09 +0000 Subject: [PATCH] Bump mypy from 0.982 to 0.991 Bumps [mypy](https://github.com/python/mypy) from 0.982 to 0.991. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.982...v0.991) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9bb913c01..03f7d1d0d 100644 --- a/setup.py +++ b/setup.py @@ -96,7 +96,7 @@ 'pep8-naming==0.13.2', ], 'type': [ - 'mypy==0.982', + 'mypy==0.991', 'boto3-stubs[s3]==1.26.32', 'django-stubs==1.13.1', 'djangorestframework-stubs==1.8.0',