From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 20:18:58 +0000 (+0100) Subject: Chore(deps): Bump ruff from 0.9.4 to 0.9.6 (#1963) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=00a20e357e6b9f9e10cba205ba7c174b4021f017;p=music-assistant-server.git Chore(deps): Bump ruff from 0.9.4 to 0.9.6 (#1963) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.4 to 0.9.6. - [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.9.4...0.9.6) --- updated-dependencies: - dependency-name: ruff 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 8ef1d9f4..8d275d03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ test = [ "pytest-cov==5.0.0", "syrupy==4.8.1", "tomli==2.2.1", - "ruff==0.9.4", + "ruff==0.9.6", ] [project.scripts]