requirements: Upgrade zulint.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2020-07-13 15:51:16 -07:00 committed by Tim Abbott
parent 2174db27db
commit 79b1bf56ab
3 changed files with 4 additions and 4 deletions

View File

@ -54,7 +54,7 @@ python-digitalocean
pip-tools pip-tools
# zulip's linting framework - zulint # zulip's linting framework - zulint
https://github.com/zulip/zulint/archive/f47a5e0d3ae1e077ee356b21e40f497c8e9255bb.zip#egg=zulint==0.0.1 https://github.com/zulip/zulint/archive/204a02dbc730253061af08f67a26858dc73754cb.zip#egg=zulint==0.0.1
-r mypy.in -r mypy.in

View File

@ -1223,8 +1223,8 @@ zope.interface==5.1.0 \
--hash=sha256:f68bf937f113b88c866d090fea0bc52a098695173fc613b055a17ff0cf9683b6 \ --hash=sha256:f68bf937f113b88c866d090fea0bc52a098695173fc613b055a17ff0cf9683b6 \
--hash=sha256:fb55c182a3f7b84c1a2d6de5fa7b1a05d4660d866b91dbf8d74549c57a1499e8 \ --hash=sha256:fb55c182a3f7b84c1a2d6de5fa7b1a05d4660d866b91dbf8d74549c57a1499e8 \
# via scrapy, twisted # via scrapy, twisted
https://github.com/zulip/zulint/archive/f47a5e0d3ae1e077ee356b21e40f497c8e9255bb.zip#egg=zulint==0.0.1 \ https://github.com/zulip/zulint/archive/204a02dbc730253061af08f67a26858dc73754cb.zip#egg=zulint==0.0.1 \
--hash=sha256:66674973701cbea6971465e997dd6b7055fa295566a5e5f3d14cc9826db79b6c \ --hash=sha256:4f2289cdbd153b9317139cbb21c0c7a9375d8d27bb8177e508af70a1fcc81686 \
# via -r requirements/dev.in # via -r requirements/dev.in
https://github.com/zulip/python-zulip-api/archive/0.7.0.zip/#egg=zulip==0.7.0_git&subdirectory=zulip \ https://github.com/zulip/python-zulip-api/archive/0.7.0.zip/#egg=zulip==0.7.0_git&subdirectory=zulip \
--hash=sha256:161e3f38a9d27bf76a30da3d3d81f5f1b71a8c2c8144e0c4a33cd15018606d9f \ --hash=sha256:161e3f38a9d27bf76a30da3d3d81f5f1b71a8c2c8144e0c4a33cd15018606d9f \

View File

@ -44,4 +44,4 @@ API_FEATURE_LEVEL = 24
# historical commits sharing the same major version, in which case a # historical commits sharing the same major version, in which case a
# minor version bump suffices. # minor version bump suffices.
PROVISION_VERSION = '89.1' PROVISION_VERSION = '89.2'