From 036d9ab159c9c78c1b31ccbe099c7234b4d5e2a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 02:34:02 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20bump=20isort=20from=204.3.16=20to?= =?UTF-8?q?=206.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [isort](https://github.com/PyCQA/isort) from 4.3.16 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/4.3.16...6.0.1) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 009f0c7..c74341a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,2 +1,2 @@ black==25.1.0 -isort==4.3.16 \ No newline at end of file +isort==6.0.1 \ No newline at end of file