From 366644777ff8ea1c6a05ce4b5432a2600e21bf01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 20:55:19 +0000 Subject: [PATCH] build(deps-dev): update mypy requirement 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.10.0...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index aec1c8e..90d75b6 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "ruff>=0.4,<1.0", - "mypy>=1.10,<2.0", + "mypy>=1.10,<3.0", "django-stubs>=5.0,<6.0", "pytest-django>=4.8,<5.0", "pytest-asyncio>=0.23,<1.0",