From 5e1da2df1d7f860cec2d455c1f27f07c2ed5370b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:52:38 +0000 Subject: [PATCH] Bump mypy from 1.11.2 to 1.12.1 Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.12.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.12.1) --- 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 275ca53c..b94fd970 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.12.1 mypy-extensions==1.0.0 typing_extensions==4.12.2