From 903543ba9348e974147fc9379f0f827e330bb145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 10:21:52 +0000 Subject: [PATCH] chore(deps): bump mypy from 1.13.0 to 1.20.0 in /backend Bumps [mypy](https://github.com/python/mypy) from 1.13.0 to 1.20.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.13.0...v1.20.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 32cb404..f20f68c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -35,4 +35,4 @@ pytest==8.3.4 httpx==0.27.2 # required by FastAPI TestClient # Type checking -mypy==1.13.0 +mypy==1.20.0