From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 13:53:53 +0000 (+0200) Subject: Chore(deps): Bump ruff from 0.12.10 to 0.12.11 (#2365) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=998bb3b901def23326c080a57bb90d46e392961b;p=music-assistant-server.git Chore(deps): Bump ruff from 0.12.10 to 0.12.11 (#2365) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.12.10 to 0.12.11. - [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.12.10...0.12.11) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.11 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 2c27f9f3..0366c1be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ test = [ "pytest-cov==6.2.1", "syrupy==4.9.1", "tomli==2.2.1", - "ruff==0.12.10", + "ruff==0.12.11", ] [project.scripts]