From cdb3c9b213126b0ba02faec425156fef035e33ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 01:31:28 +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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f0b4c678a..48be4aaeb 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ "flask==3.0.3", "imblearn", "kaleido==0.2.1", - "mypy==1.11.2", + "mypy==1.12.1", "numpy==2.1.2", "numerize==0.12.0", "pandas==2.2.3",