From b129515b428b0304dbd6b87b93eb61c4ea45ce77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 11:47:28 +0000 Subject: [PATCH] chore(deps)(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 e1bd919..eb4343a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -82,7 +82,7 @@ django-cacheops==7.0.2 # Code Quality and Type Checking mypy==1.7.1 # Downgraded for compatibility black==24.2.0 -isort==5.13.2 +isort==7.0.0 pre-commit==3.6.2 flake8==7.0.0 pandas-stubs==2.2.0.240218 # Matched with pandas version