From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 21:20:02 +0000 (+0200) Subject: Chore(deps): Bump ruff from 0.11.11 to 0.11.13 (#2220) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=757fe05d0e6e095f59331db2e5d4d2bf66866cc1;p=music-assistant-server.git Chore(deps): Bump ruff from 0.11.11 to 0.11.13 (#2220) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.11 to 0.11.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.11.11...0.11.13) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.11.13 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 ecc6ef44..113c20ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ test = [ "pytest-cov==6.1.1", "syrupy==4.9.1", "tomli==2.2.1", - "ruff==0.11.11", + "ruff==0.11.13", ] [project.scripts]