From a51e15953b2b776ffc26907c34d8970b0f207944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 14:40:25 +0000 Subject: [PATCH] Update mypy requirement from >=1.13.0 to >=1.20.1 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.13.0...v1.20.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 5a79ca0..bf0473f 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -41,7 +41,7 @@ dev = [ "pytest-asyncio>=0.24.0", "pytest-cov>=6.0", "ruff>=0.8.0", - "mypy>=1.13.0", + "mypy>=1.20.1", "respx>=0.21.0", ] @@ -94,6 +94,6 @@ dev = [ "pytest-asyncio>=0.24.0", "pytest-cov>=6.0", "ruff>=0.8.0", - "mypy>=1.13.0", + "mypy>=1.20.1", "respx>=0.22.0", ]