Skip to content

Commit 25536c2

Browse files
Update mypy requirement from ~=0.971 to ~=0.981 (#1652)
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.971...v0.981) --- 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>
1 parent b27fdb0 commit 25536c2

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,5 +3,5 @@ pylint~=2.15.2
33
pytest~=7.1.3
44
pytest-asyncio~=0.19.0
55
# pytest-order~=1.0.1
6-
mypy~=0.971
6+
mypy~=0.981
77
coverage~=6.4

0 commit comments

Comments
 (0)