From 11ffa8fa6b0f670000e55c36fe3ed03983ce16cd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 10:16:23 +0000 Subject: [PATCH] Bump mypy from 0.720 to 0.902 Bumps [mypy](https://github.com/python/mypy) from 0.720 to 0.902. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.720...v0.902) Signed-off-by: dependabot-preview[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index ce944e57..5056d54b 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -8,7 +8,7 @@ django-test-plus==1.4.0 factory-boy==2.12.0 # https://github.com/FactoryBoy/factory_boy flake8==3.7.8 # https://github.com/PyCQA/flake8 ipdb==0.13.3 # https://github.com/gotcha/ipdb -mypy==0.720 # https://github.com/python/mypy +mypy==0.902 # https://github.com/python/mypy psycopg2==2.8.3 --no-binary psycopg2 # https://github.com/psycopg/psycopg2 pylint-celery==0.3 # https://github.com/PyCQA/pylint-celery pylint-django==2.0.15 # https://github.com/PyCQA/pylint-django