From 278a1fcf5b9412486c3980b6e32b707e82f535b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 02:44:10 +0000 Subject: [PATCH] Bump mypy from 1.12.0 to 1.12.1 Bumps [mypy](https://github.com/python/mypy) from 1.12.0 to 1.12.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.12.0...v1.12.1) --- updated-dependencies: - dependency-name: mypy 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 0d7519c..526691d 100644 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ extras_require={ "extra": ["matplotlib", "statsmodels", "scikit-learn", "pandas"], "dev": [ - "mypy==1.12.0", + "mypy==1.12.1", "pylint==3.2.7", "pycodestyle==2.12.1", "pdoc3==0.10.0",