From 4c0c648b87d0c5598be3ac6b874b04526126a23d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Jun 2021 10:34:18 +0000 Subject: [PATCH] Bump mypy from 0.720 to 0.910 Bumps [mypy](https://github.com/python/mypy) from 0.720 to 0.910. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.720...v0.910) 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..faf5fce9 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.910 # 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