Skip to content

Commit de92c93

Browse files
chore(deps-dev): Update mypy requirement from 1.17.1 to 1.18.1
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.17.1...v1.18.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.18.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 14a6f9b commit de92c93

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
@@ -90,7 +90,7 @@ pep8-naming = "0.15.1"
9090
flake8-logging = "1.7.0"
9191
isort = "6.0.1"
9292
autopep8 = "2.3.2"
93-
mypy = "1.17.1"
93+
mypy = "1.18.1"
9494
bandit = "1.8.6"
9595
tomli = { version = "^2.0.1", python = "<3.11" }
9696
tox = "4.30.2"

0 commit comments

Comments
 (0)