From 37be6ad918973ec8b8f275bec851ce1f1538fc9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 04:03:29 +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.11.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 dd70d55..e20aa1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ test = [ "mypy >=1.0.0,<2.0.0", "flake8 >=6.0.0,<8.0.0", "ruff >=0.1.0,<1.0.0", - "isort >=5.11.0,<6.0.0", + "isort >=5.11.0,<7.0.0", "types-python-jose ==3.3.4.8" ] docs = [