From 1861f3374914a9c265c58edd81e185bd06006e29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 10:07:54 +0000 Subject: [PATCH] chore(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/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.2.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 c03e70fc..f2702bd9 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ [dependency-groups] dev = [ - "mypy>=2.1.0", + "mypy>=2.2.0", "pyinstaller>=6.21.0", "pytest>=9.1.1", "pytest-asyncio>=1.4.0",