From c673545e706a0a70a6307a6d154d63245d8abbcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 09:36:46 +0000 Subject: [PATCH] Bump isort from 5.13.2 to 6.0.0 Bumps [isort](https://github.com/pycqa/isort) from 5.13.2 to 6.0.0. - [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.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0eb1b337..f7c52d1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ server = [ test = [ "aioresponses==0.7.8", "codespell==2.4.1", - "isort==5.13.2", + "isort==6.0.0", "mypy==1.14.1", "pre-commit==4.1.0", "pre-commit-hooks==5.0.0",