From d79d3f98a6b9eb90a76e5748998b3732e729512a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 08:44:35 +0100 Subject: [PATCH] Bump mypy from 1.3.0 to 1.7.1 (#259) Bumps [mypy](https://github.com/python/mypy) from 1.3.0 to 1.7.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.3.0...v1.7.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 95fb691..d61f14f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Linters, formatters, security checkers black==23.9.1 isort==5.12.0 -mypy==1.3.0 +mypy==1.7.1 # Testing pytest==7.4.2