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.
14e3974001
This commit is contained in:
Ganesh Pawar 2021-03-02 14:15:13 +05:30 committed by Tim Abbott
parent f56f824676
commit 5f1590f12a

View file

@ -7,5 +7,5 @@ pytest
-e ./zulip -e ./zulip
-e ./zulip_bots -e ./zulip_bots
-e ./zulip_botserver -e ./zulip_botserver
-e git+https://github.com/zulip/zulint@639c0d34c23ac559ef0f7b9510cf95f73f6d0eb9#egg=zulint==1.0.0 -e git+https://github.com/zulip/zulint@14e3974001bf8442a6a3486125865660f1f2eb68#egg=zulint==1.0.0
mypy==0.770 mypy==0.790