From 364c994cad7626b7a53ff4a7df7a0a5a852d6fae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 18:15:45 +0000 Subject: [PATCH] Bump mypy from 1.11.2 to 1.14.1 Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.14.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.14.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development 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 fd4a65f..f78fba8 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ "coverage==7.6.1", "codacy-coverage==1.3.11", "pycodestyle==2.11.1", - "mypy==1.11.2", + "mypy==1.14.1", "pydocstyle==6.1.1", "flake8==7.1.1", "pylint==3.3.1",