From b262d79f03ceed3917d67e966f8b1a4634f52be2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 21 Dec 2023 17:39:01 +0000 Subject: [PATCH] Update mypy from 0.660 to 1.8.0 --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 035c1ec..96f5879 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -8,7 +8,7 @@ psycopg2==2.7.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2 # Testing # ------------------------------------------------------------------------------ pytest==4.1.1 # https://github.com/pytest-dev/pytest -mypy==0.660 # https://github.com/python/mypy +mypy==1.8.0 # https://github.com/python/mypy pytest-sugar==0.9.2 # https://github.com/Frozenball/pytest-sugar # Code quality