From dfe116c49b5f3032bf845960b495e41bcc526333 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 12:07:15 +0000 Subject: [PATCH] Bump isort from 8.0.1 to 9.0.1 in /backend Bumps [isort](https://github.com/PyCQA/isort) from 8.0.1 to 9.0.1. - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyCQA/isort/compare/8.0.1...9.0.1) --- updated-dependencies: - dependency-name: isort dependency-version: 9.0.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 e472891..5edf74b 100644 --- a/backend/src/requirements_docker.txt +++ b/backend/src/requirements_docker.txt @@ -4,7 +4,7 @@ black==26.5.1 fastapi==0.141.1 flake8==7.3.0 httpx==0.28.1 -isort==8.0.1 +isort==9.0.1 mypy==1.14.1 psycopg2-binary==2.9.13 pydantic==2.13.5