From 989d33f6ec44d0fd4a7c0c4c9b6ada852e2c75d3 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Thu, 3 Jun 2021 17:30:43 +0800 Subject: [PATCH 1/2] Bump mypy to v0.800. This release adds Python 3.9 support. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6e6349b6b4..8461fa995d 100644 --- a/setup.py +++ b/setup.py @@ -1007,7 +1007,7 @@ def run(self): python_requires=">=3.8, <4", extras_require={ "test": ["pytest>=4.4", "pytest-cov", "pytest-xdist"], - "lint": ["flake8==3.7.7", "mypy==0.750"], + "lint": ["flake8==3.7.7", "mypy==0.800"], "generator": ["python-snappy==0.5.4"], }, install_requires=[ From 049c18b6c4e708bda064f859e981fcc9143a8b55 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Thu, 3 Jun 2021 20:49:29 +0800 Subject: [PATCH 2/2] Bump mypy to v0.812 (latest) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8461fa995d..508baec662 100644 --- a/setup.py +++ b/setup.py @@ -1007,7 +1007,7 @@ def run(self): python_requires=">=3.8, <4", extras_require={ "test": ["pytest>=4.4", "pytest-cov", "pytest-xdist"], - "lint": ["flake8==3.7.7", "mypy==0.800"], + "lint": ["flake8==3.7.7", "mypy==0.812"], "generator": ["python-snappy==0.5.4"], }, install_requires=[