From bc6e9b39e1c75937dcc5bb1afdd00cbd60f115d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 00:17:36 +0000 Subject: [PATCH] [PIP] Bump mypy from 1.15.0 to 1.16.1 Bumps [mypy](https://github.com/python/mypy) from 1.15.0 to 1.16.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.15.0...v1.16.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 f2a2eef..50a837a 100644 --- a/lint_requirements.txt +++ b/lint_requirements.txt @@ -3,7 +3,7 @@ black==25.1.0 flake8==7.2.0 flake8-pyproject==1.2.3 isort==6.0.1 -mypy==1.15.0 +mypy==1.16.1 shellcheck-py==0.10.0.1 # Type annotation stubs