From 4d39c661f43b7539ade313686ad3b618201243ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 02:54:54 +0000 Subject: [PATCH] Bump mypy from 1.3.0 to 1.5.1 Bumps [mypy](https://github.com/python/mypy) from 1.3.0 to 1.5.1. - [Commits](https://github.com/python/mypy/compare/v1.3.0...v1.5.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b964221..da0f4db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Linters, formatters, security checkers black==23.3.0 isort==5.12.0 -mypy==1.3.0 +mypy==1.5.1 # Testing pytest==7.3.1