From fd2f1b87ec91f32c4f8fb107c656e0c1031d3cbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 17:02:42 +0000 Subject: [PATCH] chore(deps): bump mypy from 2.1.0 to 2.2.0 Bumps [mypy](https://github.com/python/mypy) from 2.1.0 to 2.2.0. - [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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 2fa2612a..c0e56e3b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ pycodestyle==2.14.0 pydocstyle==6.3.0 dodgy==0.2.1 isort==8.0.1 -mypy==2.1.0 +mypy==2.2.0 Flask-Testing==0.8.1 nose2-cov==1.0a4 coverage==7.14.3