From eaf7f3349321575dd63e4926381d5d394895dd79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 06:54:25 +0000 Subject: [PATCH] build(deps-dev): update mypy requirement from <3,>=2.3.0 to >=2.3.1,<3 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/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/dev-tools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev-tools.txt b/requirements/dev-tools.txt index 6736549..d950010 100644 --- a/requirements/dev-tools.txt +++ b/requirements/dev-tools.txt @@ -1,3 +1,3 @@ black flake8>=7.3.0, <8; -mypy>=2.3.0, <3 +mypy>=2.3.1, <3