From a53da2be4f17eab049777d0eb4974b3aa876a24b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 22:01:52 +0000 Subject: [PATCH] [PIP] Update mypy requirement from ~=1.20.0 to ~=1.20.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](https://github.com/python/mypy/compare/v1.20.0...v1.20.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lint_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint_requirements.txt b/lint_requirements.txt index 4a5e7ce8..7653a922 100644 --- a/lint_requirements.txt +++ b/lint_requirements.txt @@ -1,6 +1,6 @@ # Lint requirements ruff~=0.15.1 -mypy~=1.20.0 +mypy~=1.20.1 shellcheck-py~=0.11.0.1 # Type annotation stubs