From af2ddc22f2d1d58ab081c102348269dba70b93f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:33:20 +0000 Subject: [PATCH] build(deps): bump mypy from 1.11.2 to 1.12.0 in /pip Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.12.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.12.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pip/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip/requirements.txt b/pip/requirements.txt index f4c9463..8ac484b 100644 --- a/pip/requirements.txt +++ b/pip/requirements.txt @@ -17,7 +17,7 @@ flake8-return==1.2.0 flake8-simplify==0.21.0 flake8==7.1.1 magic-wormhole==0.16.0 -mypy==1.11.2 +mypy==1.12.0 pep8-naming==0.14.1 pylint==3.3.1 vim-vint==0.3.21