From e5e4bbaf584e51fea1049fabc5594c2dd78c7ee4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 12:12:39 +0000 Subject: [PATCH] Update isort requirement from ~=5.13.2 to ~=6.0.1 Updates the requirements on [isort](https://github.com/PyCQA/isort) to permit the latest version. - [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.1) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 11fcc66..80f2882 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -12,7 +12,7 @@ python-dotenv~=1.0.1 # Format - Type checking. ruff~=0.9.4 -isort~=5.13.2 +isort~=6.0.1 pyright~=1.1.393 typing-extensions~=4.12.2 codespell~=2.4.1