Skip to content

Commit 6ec8442

Browse files
Bump mypy from 0.902 to 0.961
Bumps [mypy](https://github.com/python/mypy) from 0.902 to 0.961. - [Release notes](https://github.com/python/mypy/releases) - [Commits](python/mypy@v0.902...v0.961) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f381948 commit 6ec8442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
'doc8',
6969
'flake8',
7070
'invoke',
71-
'mypy==0.902',
71+
'mypy==0.961',
7272
'nox',
7373
"pytest>=4.6",
7474
'pytest-cov',
@@ -80,7 +80,7 @@
8080
],
8181
'validate': [
8282
'flake8',
83-
'mypy==0.902',
83+
'mypy==0.961',
8484
'types-pkg-resources',
8585
],
8686
}

0 commit comments

Comments
 (0)