From d7421e76a6bcd68a822f9bfd6068838b5951f78e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 19:08:35 +0000 Subject: [PATCH] Bump mypy from 1.11.2 to 1.14.0 Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.14.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.14.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 275ca53ce..e662a1abe 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -3,6 +3,6 @@ black==24.8.0 codespell==2.2.5 flake8==7.1.1 isort==5.12.0 -mypy==1.11.2 +mypy==1.14.0 mypy-extensions==1.0.0 typing_extensions==4.12.2