From 74a7aee2d366d1617dbfbd2bab5148f71e4172a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 18:11:00 +0000 Subject: [PATCH] chore(deps): update mypy requirement from <=2.1.0 to <=2.3.1 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/v0.1.0...v2.3.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/tools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tools.txt b/requirements/tools.txt index 0308df3af..8fbf9db45 100644 --- a/requirements/tools.txt +++ b/requirements/tools.txt @@ -1,7 +1,7 @@ # pip install -r requirements/tools.txt # mypy -mypy<=2.1.0 +mypy<=2.3.1 # flake8 flake8>=7.3.0,<8