From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 09:30:03 +0000 (+0200) Subject: Chore(deps): Bump isort from 6.0.0 to 6.0.1 (#2133) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=da240521a786351fd4f9509c9120789ef7edfc7d;p=music-assistant-server.git Chore(deps): Bump isort from 6.0.0 to 6.0.1 (#2133) Bumps [isort](https://github.com/PyCQA/isort) from 6.0.0 to 6.0.1. - [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.0...6.0.1) --- updated-dependencies: - dependency-name: isort dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 c5927b76..28d20dd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ version = "0.0.0" [project.optional-dependencies] test = [ "codespell==2.4.1", - "isort==6.0.0", + "isort==6.0.1", "mypy==1.15.0", "pre-commit==4.2.0", "pre-commit-hooks==5.0.0",