From 5d0ea96fe1fa8c3cb79f91082410073a188eb0b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 00:47:49 +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/v1.0.0...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- backend/develop-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/develop-requirements.txt b/backend/develop-requirements.txt index 75de40c..76d17d5 100644 --- a/backend/develop-requirements.txt +++ b/backend/develop-requirements.txt @@ -7,7 +7,7 @@ cyclonedx-bom >=7.0.0,<8.0.0 flit >=3.2.0,<4.0.0 # Check the Python code. -mypy >=1.0.0,<1.20.0 +mypy >=2.1.0,<2.2.0 # perflint >=0.8.0,<1.0.0 # https://github.com/tonybaloney/perflint/issues/60 pip-audit >=2.4.4,<3.0.0 pylint >=4.0.0,<4.1.0