Skip to content

Commit

Permalink
Merge pull request #99 from shyamd/dependabot/pip/mypy-0.930
Browse files Browse the repository at this point in the history
Bump mypy from 0.812 to 0.930
  • Loading branch information
shyamd authored Jan 6, 2022
2 parents 8f7e75b + 5f7c228 commit 7bf655e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements-testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ pytest-cov==3.0.0
pycodestyle==2.8.0
pydocstyle==6.1.1
flake8==4.0.1
mypy==0.812
mypy==0.812;python_version<"3.9"
mypy==0.930;python_version>"3.8"

0 comments on commit 7bf655e

Please sign in to comment.