From 1bf0336a418b48c9b1f12957214989fabc858dd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 06:24:01 +0000 Subject: [PATCH] Bump mypy from 1.20.0 to 1.20.2 Bumps [mypy](https://github.com/python/mypy) from 1.20.0 to 1.20.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.0...v1.20.2) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b2dd842d..b92d99b0 100644 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ extras_require={ "extra": ["matplotlib", "statsmodels", "scikit-learn", "pandas"], "dev": [ - "mypy==1.20.0", + "mypy==1.20.2", "pylint==4.0.5", "pycodestyle==2.14.0", "pdoc3==0.11.6",