From 941f686a81b87549027585bb1bbc714acfa48c89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 07:45:07 +0000 Subject: [PATCH] chore(deps-dev): bump mypy from 1.14.0 to 2.1.0 in /backend Bumps [mypy](https://github.com/python/mypy) from 1.14.0 to 2.1.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.0...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index fe356c5..6d786cd 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,5 +1,5 @@ ruff==0.8.4 -mypy==1.14.0 +mypy==2.1.0 pytest==9.1.0 pytest-cov==6.0.0 httpx==0.28.1 # also a runtime dep (see requirements.txt); kept here so dev installs include it