From e0101205d4f730bd721fa98752e1057996dd58fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 12:17:20 +0000 Subject: [PATCH] chore(deps): bump isort from 5.13.2 to 8.0.1 in /apps/ai_workflow_engine 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] --- apps/ai_workflow_engine/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ai_workflow_engine/requirements.txt b/apps/ai_workflow_engine/requirements.txt index 5a46895ad..14035a6e8 100644 --- a/apps/ai_workflow_engine/requirements.txt +++ b/apps/ai_workflow_engine/requirements.txt @@ -78,7 +78,7 @@ httpx==0.26.0 # Development tools black>=25.1.0 -isort==5.13.2 +isort==8.0.1 flake8==7.1.0 mypy==1.8.0