Skip to content

Commit 720046e

Browse files
chore(deps-dev): update mypy requirement from 1.7.1 to 1.8.0 (#521)
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.7.1...v1.8.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 c361dae commit 720046e

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
@@ -91,7 +91,7 @@ flake8-use-fstring = "1.4"
9191
pep8-naming = "0.13.3"
9292
isort = "5.13.2"
9393
autopep8 = "2.0.4"
94-
mypy = "1.7.1"
94+
mypy = "1.8.0"
9595
tox = "4.11.4"
9696
xmldiff = "2.6.3"
9797
bandit = "1.7.6"

0 commit comments

Comments
 (0)