From 68c8bc92c265229a00504046b76915e9b188dccb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 02:12:02 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement from >=1.0 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.0.0...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 111c123..d12c690 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ ruff>=0.16.1 pytest>=9.1.1 pytest-cov>=7.1.0 pytest-xdist>=3.0 -mypy>=1.0 +mypy>=2.3.0 radon>=6.0 deptry>=0.20 bandit>=1.7