Skip to content

Commit

Permalink
Merge pull request #429 from marshmallow-code/dependabot/pip/mypy-0.730
Browse files Browse the repository at this point in the history
Bump mypy from 0.720 to 0.730
  • Loading branch information
lafrech committed Sep 27, 2019
2 parents dc54835 + 211c442 commit f2db6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -28,7 +28,7 @@
]
+ FRAMEWORKS,
"lint": [
'mypy==0.720; python_version >= "3.5"',
'mypy==0.730; python_version >= "3.5"',
"flake8==3.7.8",
'flake8-bugbear==19.8.0; python_version >= "3.5"',
"pre-commit~=1.17",
Expand Down

0 comments on commit f2db6bc

Please sign in to comment.