From d63d2e649a8bcd053280424e438df3de68d49680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 12:06:57 +0000 Subject: [PATCH] Bump mypy from 1.14.1 to 2.3.1 in /backend Bumps [mypy](https://github.com/python/mypy) from 1.14.1 to 2.3.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.1...v2.3.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.1 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 89e74e6..9215b6a 100644 --- a/backend/src/requirements_docker.txt +++ b/backend/src/requirements_docker.txt @@ -5,7 +5,7 @@ fastapi==0.141.1 flake8==7.3.0 httpx==0.28.1 isort==8.0.1 -mypy==1.14.1 +mypy==2.3.1 psycopg2-binary==2.9.12 pydantic==2.13.4 pytest==9.1.1