From 80767f1abc87ae60c7d65b97ec1c38794cd6990c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 21:22:30 +0000 Subject: [PATCH] [PIP] Update mypy requirement from ~=1.19.1 to ~=1.20.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](https://github.com/python/mypy/compare/v1.19.1...v1.20.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.0 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 1246a40c4..4a5e7ce8e 100644 --- a/lint_requirements.txt +++ b/lint_requirements.txt @@ -1,6 +1,6 @@ # Lint requirements ruff~=0.15.1 -mypy~=1.19.1 +mypy~=1.20.0 shellcheck-py~=0.11.0.1 # Type annotation stubs