From d9930bba80d2f7d01f981e1763271876b0774eba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 17:51:04 +0000 Subject: [PATCH] Bump isort from 5.13.2 to 8.0.1 in /backend Bumps [isort](https://github.com/PyCQA/isort) from 5.13.2 to 8.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/5.13.2...8.0.1) --- updated-dependencies: - dependency-name: isort dependency-version: 8.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 6daec34..c3dcb50 100644 --- a/backend/src/requirements_docker.txt +++ b/backend/src/requirements_docker.txt @@ -4,7 +4,7 @@ black==23.10.1 fastapi==0.115.8 flake8==6.1.0 httpx==0.27.0 -isort==5.13.2 +isort==8.0.1 psycopg2-binary==2.9.9 pydantic==2.10.6 pytest==7.4.3