From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 08:29:51 +0000 (+0100) Subject: Chore(deps-dev): Bump ruff from 0.14.9 to 0.14.13 (#2995) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=74835eb150ce026e6a30855e5ca0471807c209b9;p=music-assistant-server.git Chore(deps-dev): Bump ruff from 0.14.9 to 0.14.13 (#2995) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.9 to 0.14.13. - [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.14.9...0.14.13) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.13 dependency-type: direct:development 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 5078e91c..b8e566d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ test = [ "pytest-cov==7.0.0", "syrupy==5.0.0", "tomli==2.3.0", - "ruff==0.14.9", + "ruff==0.14.13", ] [project.scripts]