From 751f04e2779642fa2382216041106e6eed84f2f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:02:49 +0000 Subject: [PATCH] Bump mypy from 2.2.0 to 2.3.0 Bumps [mypy](https://github.com/python/mypy) from 2.2.0 to 2.3.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.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 53cce29..9af1861 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ rapidfuzz==3.14.5 unidecode==1.4.0 -mypy==2.2.0 \ No newline at end of file +mypy==2.3.0 \ No newline at end of file