From 7b1888c3c754f62e3cb9fa2cb699b21c12237651 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 12:07:16 +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 80d3faf..7e87d18 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.12 pydantic==2.13.5