From 0c6fe2ec1fdd6ec70fb70e81d40ab0e70a490fdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 02:33:47 +0000 Subject: [PATCH] Bump isort from 5.12.0 to 6.0.0 Bumps [isort](https://github.com/pycqa/isort) from 5.12.0 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.12.0...6.0.0) --- 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..f306ea7 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.0 pre-commit==4.0.1 tox==3.25.1 tox-gh-actions==2.9.1