From e7e24803059f5a0600f2839e2f4e35143f4d76e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 00:08:01 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement from >=2.3.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/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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 480d84a..6dedca9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ ruff>=0.16.3 pytest>=9.1.1 pytest-cov>=7.1.0 pytest-xdist>=3.8.0 -mypy>=2.3.0 +mypy>=2.3.1 radon>=6.0.1 deptry>=0.25.1 bandit>=1.7