requirements: Update mypy to 0.590.

This commit is contained in:
neiljp (Neil Pilgrim) 2018-04-24 23:11:02 +00:00 committed by Tim Abbott
parent 9692a8572d
commit f5ec2639b7
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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'