Skip to content

Commit

Permalink
Upgrade to mypy-0.782
Browse files Browse the repository at this point in the history
  • Loading branch information
kedder committed Jul 19, 2020
1 parent ae7ed4b commit 3327528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
description="Plugin for mypy to support zope interfaces",
packages=["mypy_zope", "zope-stubs"],
package_dir={"": "src"},
install_requires=["mypy==0.780", "zope.interface", "zope.schema"],
install_requires=["mypy==0.782", "zope.interface", "zope.schema"],
extras_require={"test": ["pytest>=4.6", "pytest-cov", "lxml"]},
classifiers=[
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit 3327528

Please sign in to comment.