From 577df79ab5e416fc6d07380a2d14193be660b76d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 01:07:43 +0000 Subject: [PATCH] Bump mypy from 2.0.0 to 2.1.0 Bumps [mypy](https://github.com/python/mypy) from 2.0.0 to 2.1.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.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 2b766f6..d699afd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ rapidfuzz==3.14.5 unidecode==1.4.0 -mypy==2.0.0 \ No newline at end of file +mypy==2.1.0 \ No newline at end of file