Skip to content

Commit 78957e6

Browse files
chore(deps-dev): update mypy requirement from 1.7.0 to 1.7.1 (#487)
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.0...v1.7.1) --- 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 3189e59 commit 78957e6

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
@@ -92,7 +92,7 @@ flake8-use-fstring = "1.4"
9292
pep8-naming = "0.13.3"
9393
isort = "5.12.0"
9494
autopep8 = "2.0.4"
95-
mypy = "1.7.0"
95+
mypy = "1.7.1"
9696
tox = "4.11.3"
9797
xmldiff = "2.6.3"
9898
bandit = "1.7.5"

0 commit comments

Comments
 (0)