From 2aa89409e7570a6a39e31f0d11d6ad6b07b86336 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 18:23:43 +0000 Subject: [PATCH] Update isort requirement from ==5.13.* to ==6.0.* 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.0...6.0.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 044dff086..e30e8697b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,7 +113,7 @@ dev = [ "fakeredis==2.26.*", "flake8==7.1.*", "freezegun", - "isort==5.13.*", + "isort==6.0.*", "pep8-naming==0.14.*", "potypo", "pytest-asyncio>=0.24",