From 24631b46152ceee4f2c7b77f543ee576c3eb0d22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 02:19:29 +0000 Subject: [PATCH] Bump mypy from 1.7.1 to 1.14.1 Bumps [mypy](https://github.com/python/mypy) from 1.7.1 to 1.14.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.7.1...v1.14.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 7701adf..d30953c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Linters, formatters, security checkers black==24.2.0 isort==5.12.0 -mypy==1.7.1 +mypy==1.14.1 # Testing pytest==7.4.3