Skip to content

Commit c716ba3

Browse files
chore(deps-dev): update mypy requirement from 1.6.1 to 1.7.0 (#484)
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.6.1...v1.7.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>
1 parent 8a1f7b9 commit c716ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ flake8-use-fstring = "1.4"
8787
pep8-naming = "0.13.3"
8888
isort = "5.12.0"
8989
autopep8 = "2.0.4"
90-
mypy = "1.6.1"
90+
mypy = "1.7.0"
9191
tox = "4.11.3"
9292
xmldiff = "2.6.3"
9393
bandit = "1.7.5"

0 commit comments

Comments
 (0)