From 12f84ca49ce9fe77f7b9e3baf009699971b76759 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 02:04:43 +0000 Subject: [PATCH] Bump isort from 5.12.0 to 6.0.1 Bumps [isort](https://github.com/PyCQA/isort) from 5.12.0 to 6.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.12.0...6.0.1) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 51adeb2..c1468cf 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,6 +1,6 @@ black==24.8.0 flake8==7.1.1 -isort==5.12.0 +isort==6.0.1 pre-commit==4.0.1 tox==3.25.1 tox-gh-actions==2.9.1