Skip to content

Commit 3ce0f3a

Browse files
chore(deps-dev): update mypy requirement from 1.8.0 to 1.9.0 (#565)
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.8.0...1.9.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 e8bd5aa commit 3ce0f3a

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.13.2"
9494
autopep8 = "2.0.4"
95-
mypy = "1.8.0"
95+
mypy = "1.9.0"
9696
tox = "4.13.0"
9797
xmldiff = "2.6.3"
9898
bandit = "1.7.7"

0 commit comments

Comments
 (0)