Skip to content

Commit 9f77b12

Browse files
Update mypy requirement from ~=0.981 to ~=0.982 (#1665)
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Release notes](https://github.com/python/mypy/releases) - [Commits](python/mypy@v0.981...v0.982) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: BobDotCom <[email protected]>
1 parent d5c59ea commit 9f77b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ pylint~=2.15.3
33
pytest~=7.1.3
44
pytest-asyncio~=0.19.0
55
# pytest-order~=1.0.1
6-
mypy~=0.981
6+
mypy~=0.982
77
coverage~=6.5
88
pre-commit==2.20.0

0 commit comments

Comments
 (0)