From c93d810f031686129b67a1c11e6dae12e2a7b1e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 06:45:35 +0000 Subject: [PATCH] chore(deps): update isort requirement 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.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 7f52303..4ced196 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ test = [ "types-tree-sitter", "flake8 >=6.0.0,<8.0.0", "ruff >=0.5.1,<0.10.0", - "isort >=5.0.0,<6.0.0", + "isort >=5.0.0,<7.0.0", "nltk >=3.0.0,<4.0.0", ]