From b41ea597b645307b2d62f7ded33d72ccb84f1cae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 02:37:38 +0000 Subject: [PATCH] chore(deps): bump mypy from 1.17.1 to 1.20.0 in /requirements Bumps [mypy](https://github.com/python/mypy) from 1.17.1 to 1.20.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.17.1...v1.20.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index b07b36b..a136f26 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -16,7 +16,7 @@ flake8==7.3.0 flake8-coding==1.3.2 pre-commit==4.2.0 isort==6.1.0 -mypy==1.17.1 +mypy==1.20.0 pylint==3.3.7 bandit==1.8.5 pydocstringformatter==0.7.5