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