From 88f2ec5f4de6370a3b4ac2ddaf1688f44c755bb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 13:42:47 +0000 Subject: [PATCH] deps(backend): bump mypy from 1.14.1 to 2.1.0 in /backend Bumps [mypy](https://github.com/python/mypy) from 1.14.1 to 2.1.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.1...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 5e4ad59..2c6fc7f 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -5,4 +5,4 @@ pytest-cov==6.0.0 pytest-asyncio==0.24.0 httpx==0.28.1 ruff==0.8.6 -mypy==1.14.1 +mypy==2.1.0