Michael J. Sullivan
fe9e017406
mypy: Update mypy to a version from master.
...
We want to be able to take advantage of some new features added
to dmypy.
2018-05-21 22:41:05 -07:00
neiljp (Neil Pilgrim)
202063e030
requirements: Upgrade mypy to 0.600.
2018-05-06 20:55:21 -07:00
neiljp (Neil Pilgrim)
f5ec2639b7
requirements: Update mypy to 0.590.
2018-04-25 08:58:55 -07:00
neiljp (Neil Pilgrim)
9a6e84a1c3
requirements: Upgrade mypy to 0.580.
2018-03-25 10:17:47 -07:00
neiljp (Neil Pilgrim)
aa465a6710
requirements: Upgrade mypy to 0.570.
...
Fixes #8582 .
2018-03-10 10:04:14 -08:00
Vishnu Ks
9effe27eab
requirements: Upgrade typing to 3.6.4.
2018-02-14 09:41:49 -08:00
neiljp (Neil Pilgrim)
25d5a2ee1c
requirements: Upgrade mypy to 0.560.
...
Fixes #7835 .
2017-12-20 18:09:36 -08:00
Rhea Parekh
84847b811b
requirements: Upgrade mypy to 0.550.
...
We have to add a few type: ignores due to mypy 0.550 having some bugs
in the new imaplib stubs in typeshed.
Fixes #7387 .
2017-11-25 10:06:27 -08:00
Tim Abbott
6981ac3d2f
requirements: Add back explicit typing dependencies.
...
These are needed to make the output the same on Trusty and Xenial.
2017-11-20 13:47:16 -08:00
Harshit Bansal
e75f0c1ee4
requirements: Rename requirements files.
...
This commit renames various source requirements files like `dev.txt`,
`mypy.txt` etc to `dev.in`, `mypy.in` etc and various locked requirements
files like `dev_lock.txt`, `mypy_lock.txt` etc to `dev.txt`, `mypy.txt`
etc. This will help in emphasizing to the user that *.in are actually
input to `update-locked-requirements` tool which should be run after
updating any of these.
2017-11-21 02:38:26 +05:30