From de8e05a71777cc4bbae6dbe7f843cea69cdf5674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 00:36:07 +0000 Subject: [PATCH] Update mypy requirement from >=1.14.0 to >=2.0.0 in /backend Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.0...v2.0.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.0.0 dependency-type: direct:production ... 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 d8d5ae2..7b00538 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -34,4 +34,4 @@ prometheus-client>=0.21.0 pytest>=8.3.0 pytest-asyncio>=0.24.0 ruff>=0.8.0 -mypy>=1.14.0 +mypy>=2.0.0