From 9cf85402d88180a3312da2f8b76db67acd32e6ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 23:05:56 +0000 Subject: [PATCH] build(deps-dev): update mypy requirement from >=1.8.0 to >=2.1.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.8.0...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.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 94db0157..318d7447 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,7 +16,7 @@ boto3>=1.26.0 # For S3 integration tests # Code quality ruff>=0.3.0 -mypy>=1.8.0 +mypy>=2.1.0 djlint>=1.36.0 # HTML template linter for accessibility and best practices # Documentation (builds the embedded /help site via MkDocs Material)