From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 13:32:23 +0000 (+0000) Subject: Chore(deps): Bump isort from 6.0.1 to 7.0.0 (#2517) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=736b1833861e974b09e89d649897eb7e88c8570e;p=music-assistant-server.git Chore(deps): Bump isort from 6.0.1 to 7.0.0 (#2517) * Chore(deps): Bump isort from 6.0.1 to 7.0.0 Bumps [isort](https://github.com/PyCQA/isort) from 6.0.1 to 7.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/6.0.1...7.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Remove unused isort --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marvin Schenkel --- diff --git a/pyproject.toml b/pyproject.toml index b36ebddb..19da730d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,6 @@ version = "0.0.0" [project.optional-dependencies] test = [ "codespell==2.4.1", - "isort==6.0.1", "mypy==1.18.2", "pre-commit==4.3.0", "pre-commit-hooks==6.0.0",