From b4823245aa2b28d7d5f614be20547497ef390c44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 22:36:36 +0000 Subject: [PATCH] chore(deps-dev): bump mypy from 1.13.0 to 2.1.0 in /backend Bumps [mypy](https://github.com/python/mypy) from 1.13.0 to 2.1.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.13.0...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index 4ab3464..d000ca2 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -7,4 +7,4 @@ pytest==9.0.3 pytest-asyncio==1.4.0 # Static type checking (baseline; wired into CI as a non-blocking check first) -mypy==1.13.0 +mypy==2.1.0