Skip to content

Commit c4ee7c5

Browse files
committed
Update requirements
1 parent e47bd35 commit c4ee7c5

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
mypy==0.620
2-
wheel==0.31.1
1+
mypy==0.670
2+
typed-ast==1.3.1
3+
wheel==0.33.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def read(fname):
1919
packages=["asserts"],
2020
package_data={"asserts": ["py.typed", "*.pyi"]},
2121
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
22-
tests_require=["mypy >= 0.620"],
22+
tests_require=["mypy >= 0.670"],
2323
license="MIT",
2424
classifiers=[
2525
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)