From 9010764c9996477b5f857ccb96745f3eedd5e5f9 Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Mon, 24 Jan 2022 14:15:15 -0600 Subject: [PATCH] chore: add missing upgrades (#23) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a093b7d..26b9a41 100644 --- a/setup.py +++ b/setup.py @@ -11,8 +11,8 @@ ], "lint": [ "black>=21.10b0,<22.0", # auto-formatter and linter - "mypy>=0.800,<1.0", # Static type analyzer - "flake8>=3.8.3,<4.0", # Style linter + "mypy>=0.910,<1.0", # Static type analyzer + "flake8>=3.9.2,<4.0", # Style linter "isort>=5.9.3,<6.0", # Import sorting linter ], "doc": [