mirror of https://github.com/zulip/zulip.git
requirements: Update mypy to 0.590.
This commit is contained in:
parent
9692a8572d
commit
f5ec2639b7
|
@ -88,7 +88,7 @@ markdown==2.6.11
|
|||
markupsafe==1.0
|
||||
mock==2.0.0
|
||||
moto==1.3.1
|
||||
mypy==0.580
|
||||
mypy==0.590
|
||||
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.580
|
||||
mypy==0.590
|
||||
|
||||
# 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.580
|
||||
mypy==0.590
|
||||
typed-ast==1.1.0 # via mypy
|
||||
typing==3.6.4
|
||||
|
|
|
@ -8,4 +8,4 @@ ZULIP_VERSION = "1.8.0+git"
|
|||
# Typically, adding a dependency only requires a minor version bump, and
|
||||
# removing a dependency requires a major version bump.
|
||||
|
||||
PROVISION_VERSION = '19.0'
|
||||
PROVISION_VERSION = '19.1'
|
||||
|
|
Loading…
Reference in New Issue