From c316bbb4dca65adf3c989191e0e5bcb2a6ee9de0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 11:31:41 +0000 Subject: [PATCH] Update isort requirement from <6.0.0,>=5.0.6 to >=5.0.6,<7.0.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.0.6...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 ec50942..16a54d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dev = [ "mypy ==1.14.1", "flake8 >=3.8.3,<4.0.0", "black ==24.8.0", - "isort >=5.0.6,<6.0.0", + "isort >=5.0.6,<7.0.0", ] [tool.hatch.version]