From 5e142c1f0173472191e4218622e6f00e47a07314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 12:06:47 +0000 Subject: [PATCH] Bump mypy from 1.14.1 to 2.3.0 in /backend Bumps [mypy](https://github.com/python/mypy) from 1.14.1 to 2.3.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.1...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/src/requirements_docker.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/requirements_docker.txt b/backend/src/requirements_docker.txt index 38de681..550333f 100644 --- a/backend/src/requirements_docker.txt +++ b/backend/src/requirements_docker.txt @@ -5,7 +5,7 @@ fastapi==0.139.0 flake8==7.3.0 httpx==0.28.1 isort==8.0.1 -mypy==1.14.1 +mypy==2.3.0 psycopg2-binary==2.9.12 pydantic==2.13.4 pytest==9.1.1