From f1ed640b11c775810dfd61ec2600cb8913c29638 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 19:35:29 +0000 Subject: [PATCH] [noissue]: Bump mypy from 1.9.0 to 1.10.0 Bumps [mypy](https://github.com/python/mypy) from 1.9.0 to 1.10.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: mypy 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 5b97f1e..861a919 100644 --- a/lint_requirements.txt +++ b/lint_requirements.txt @@ -3,7 +3,7 @@ black==24.4.0 flake8==7.0.0 flake8-pyproject==1.2.3 isort==5.13.2 -mypy==1.9.0 +mypy==1.10.0 shellcheck-py==0.10.0.1 # Type annotation stubs