From 4c625b057260f6e708dd2b5362e813c023b0d88a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 21:30:30 +0000 Subject: [PATCH] Bump mypy from 0.991 to 1.0.0 Bumps [mypy](https://github.com/python/mypy) from 0.991 to 1.0.0. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.991...v1.0.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8c90a6132..116649853 100644 --- a/setup.py +++ b/setup.py @@ -96,7 +96,7 @@ 'pep8-naming==0.13.3', ], 'type': [ - 'mypy==0.991', + 'mypy==1.0.0', 'boto3-stubs[s3]==1.26.50', 'django-stubs==1.14.0', 'djangorestframework-stubs==1.8.0',