From ae38ebea0b863d38ccd8578927c9211406f4044e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 14:37:44 +0000 Subject: [PATCH] CI: (deps): Bump isort from 5.13.2 to 6.0.0 in /ci Bumps [isort](https://github.com/pycqa/isort) from 5.13.2 to 6.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...6.0.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ci/linting_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/linting_requirements.txt b/ci/linting_requirements.txt index f5dd112939..6c7299014c 100644 --- a/ci/linting_requirements.txt +++ b/ci/linting_requirements.txt @@ -6,7 +6,7 @@ pyflakes==3.2.0 flake8-continuation==1.0.5 flake8-isort==6.1.1 -isort==5.13.2 +isort==6.0.0 flake8-requirements==2.2.1 flake8-rst-docstrings==0.3.0