From d322763726608da0ba0017a524fca1f2aac34c61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 22:05:57 +0000 Subject: [PATCH] Bump mypy from 1.1.1 to 1.2.0 Bumps [mypy](https://github.com/python/mypy) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v1.1.1...v1.2.0) --- 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 c4323061d..5d7bf8497 100644 --- a/setup.py +++ b/setup.py @@ -97,7 +97,7 @@ 'pep8-naming==0.13.3', ], 'type': [ - 'mypy==1.1.1', + 'mypy==1.2.0', 'boto3-stubs[s3]==1.26.50', 'django-stubs==1.16.0', 'djangorestframework-stubs==1.10.0',