From a954b42bb1f2c6f7543af4f9524a32c172805030 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 00:20:46 +0000 Subject: [PATCH] chore(deps): bump isort from 5.13.2 to 7.0.0 Bumps [isort](https://github.com/PyCQA/isort) from 5.13.2 to 7.0.0. - [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...7.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 781e9f9..04949e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,5 +12,5 @@ azure-identity==1.19.0 azure-core==1.32.0 black==25.1.0 -isort==5.13.2 +isort==7.0.0 python-dotenv==1.0.1