From a84abc149d9d7a2f5b6e79694e578aa5b792dec8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 18:02:45 +0000 Subject: [PATCH] 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d699afd..53cce29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ rapidfuzz==3.14.5 unidecode==1.4.0 -mypy==2.1.0 \ No newline at end of file +mypy==2.2.0 \ No newline at end of file