From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 23:02:02 +0000 (+0100) Subject: Chore(deps): Bump isort from 5.13.2 to 6.0.0 (#1954) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=9123cbed29a0bcc970366fc64b12c635ce31cb30;p=music-assistant-server.git Chore(deps): Bump isort from 5.13.2 to 6.0.0 (#1954) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/pyproject.toml b/pyproject.toml index 705dc235..8205b896 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ version = "0.0.0" [project.optional-dependencies] test = [ "codespell==2.3.0", - "isort==5.13.2", + "isort==6.0.0", "mypy==1.13.0", "pre-commit==4.1.0", "pre-commit-hooks==5.0.0",