Skip to content

Commit fc02dd1

Browse files
chore(deps-dev): Update mypy requirement from ~=0.991 to ~=1.0 (#1910)
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.991...v1.0.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... 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 4fc423d commit fc02dd1

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,7 +3,7 @@ pylint~=2.16.1
33
pytest~=7.2.1
44
pytest-asyncio~=0.20.3
55
# pytest-order~=1.0.1
6-
mypy~=0.991
6+
mypy~=1.0
77
coverage~=7.1
88
pre-commit==3.0.4
99
codespell==2.2.2

0 commit comments

Comments
 (0)