From 5f1590f12a03c760dfe840699d0f962e43295737 Mon Sep 17 00:00:00 2001 From: Ganesh Pawar Date: Tue, 2 Mar 2021 14:15:13 +0530 Subject: [PATCH] requirements: Upgrade zulint and mypy. mypy version 0.770 has a bug where it raises false "syntax error in type comment" warnings on Python 3.9 https://github.com/python/mypy/issues/8627 It has been fixed. zulint had a bug where it raised UnicodeDecodeError while running on Windows, which has been fixed. https://github.com/zulip/zulint/commit/14e3974001bf8442a6a3486125865660f1f2eb68 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4adc225..286366b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ pytest -e ./zulip -e ./zulip_bots -e ./zulip_botserver --e git+https://github.com/zulip/zulint@639c0d34c23ac559ef0f7b9510cf95f73f6d0eb9#egg=zulint==1.0.0 -mypy==0.770 +-e git+https://github.com/zulip/zulint@14e3974001bf8442a6a3486125865660f1f2eb68#egg=zulint==1.0.0 +mypy==0.790