From e83f17703c416d608e1c660454f7e14eafa5cf9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 18:21:11 +0000 Subject: [PATCH] build(deps): Bump mypy from 1.20.0 to 2.1.0 Bumps [mypy](https://github.com/python/mypy) from 1.20.0 to 2.1.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.0...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e558857..bb55418 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ jsonpickle==4.1.1 Django==6.0.4 pylint==4.0.5 Flask==3.1.3 -mypy==1.20.0 \ No newline at end of file +mypy==2.1.0 \ No newline at end of file