Skip to content

Commit c633e04

Browse files
chore(deps-dev): update mypy requirement from 1.16.1 to 1.17.0
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.16.1...v1.17.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ea0a3d5 commit c633e04

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
@@ -95,7 +95,7 @@ flake8-use-fstring = "1.4"
9595
pep8-naming = "0.15.1"
9696
isort = "6.0.1"
9797
autopep8 = "2.3.2"
98-
mypy = "1.16.1"
98+
mypy = "1.17.0"
9999
tomli = { version = "2.2.1", python = "<3.11" }
100100
tox = "4.27.0"
101101
xmldiff = "2.7.0"

0 commit comments

Comments
 (0)