mirror of https://github.com/zulip/zulip.git
requirements: Upgrade mypy to 0.580.
This commit is contained in:
parent
d1c7a400ee
commit
9a6e84a1c3
|
@ -88,7 +88,7 @@ markdown==2.6.11
|
|||
markupsafe==1.0
|
||||
mock==2.0.0
|
||||
moto==1.2.0
|
||||
mypy==0.570
|
||||
mypy==0.580
|
||||
mypy_extensions==0.3.0
|
||||
ndg-httpsclient==0.4.4
|
||||
oauth2client==4.1.2
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# /tools/update-locked-requirements to update requirements/dev.txt
|
||||
# and requirements/mypy.txt.
|
||||
# See requirements/README.md for more detail.
|
||||
mypy==0.570
|
||||
mypy==0.580
|
||||
|
||||
# Include typing explicitly, since it's needed on Python 3.4
|
||||
typing==3.6.4
|
||||
|
|
|
@ -7,6 +7,6 @@
|
|||
#
|
||||
# For details, see requirements/README.md .
|
||||
#
|
||||
mypy==0.570
|
||||
mypy==0.580
|
||||
typed-ast==1.1.0 # via mypy
|
||||
typing==3.6.4
|
||||
|
|
|
@ -8,4 +8,4 @@ ZULIP_VERSION = "1.7.1+git"
|
|||
# Typically, adding a dependency only requires a minor version bump, and
|
||||
# removing a dependency requires a major version bump.
|
||||
|
||||
PROVISION_VERSION = '17.5'
|
||||
PROVISION_VERSION = '17.6'
|
||||
|
|
Loading…
Reference in New Issue