From 5eae7f47b817436fd17effdecc60b33ba8a8a721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 15:53:02 +0000 Subject: [PATCH] Update mypy requirement from ~=1.14.1 to ~=2.3.0 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.1...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 245ed0d..8cf4195 100644 --- a/setup.cfg +++ b/setup.cfg @@ -62,7 +62,7 @@ dev = flake8-bugbear~=24.12.12 flake8-docstrings~=1.7.0 pep8-naming~=0.15.1 - mypy~=1.14.1 + mypy~=2.3.0 pydocstyle~=6.3.0 coverage~=7.3.0 pytest~=7.4.0