From 8293b2b46eedb929e2f905187130cc91e2cb67e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 05:42:37 +0000 Subject: [PATCH] build(deps): Bump mypy from 1.20.0 to 1.20.2 Bumps [mypy](https://github.com/python/mypy) from 1.20.0 to 1.20.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.0...v1.20.2) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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..baf9da1 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==1.20.2 \ No newline at end of file