From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jul 2025 15:15:18 +0000 (+0200) Subject: Chore(deps): Bump ruff from 0.11.13 to 0.12.4 (#2285) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=cc11e8352b2f18089a872de104d920b3500bd42a;p=music-assistant-server.git Chore(deps): Bump ruff from 0.11.13 to 0.12.4 (#2285) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.13 to 0.12.4. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.11.13...0.12.4) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.4 dependency-type: direct:production update-type: version-update:semver-minor ... 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 10f57f88..e3262de7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ test = [ "pytest-cov==6.2.1", "syrupy==4.9.1", "tomli==2.2.1", - "ruff==0.11.13", + "ruff==0.12.4", ] [project.scripts]