From 895d9b86c3ed5c0545438db1afd2c52ad94a83b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 15:14:01 +0000 Subject: [PATCH] Update mypy requirement from >=2.1.0 to >=2.2.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/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c5e32e..8d1016c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dev = [ "pytest-benchmark>=5.2.3", "pytest-cov>=7.1.0", "ruff>=0.15.19", - "mypy>=2.1.0", + "mypy>=2.2.0", # types-PyYAML so `mypy src/brig/` is clean locally without CI # having to install it inline. "types-PyYAML",