From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 19:04:21 +0000 (+0100) Subject: Chore(deps): Bump ruff from 0.9.1 to 0.9.2 (#1896) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=4a34aa72912d2984103bd176fe968f454c5a4b14;p=music-assistant-server.git Chore(deps): Bump ruff from 0.9.1 to 0.9.2 (#1896) Chore(deps): Bump ruff from 0.8.6 to 0.9.2 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.6 to 0.9.2. - [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.8.6...0.9.2) --- updated-dependencies: - dependency-name: ruff 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 8c5853d8..464fc5f5 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.1", + "ruff==0.9.2", ] [project.scripts]