From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 09:54:31 +0000 (+0200) Subject: Bump ruff from 0.6.2 to 0.6.3 (#1638) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=7d7a32400097387bb46dca83f846497d64664f4b;p=music-assistant-server.git Bump ruff from 0.6.2 to 0.6.3 (#1638) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.2 to 0.6.3. - [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.6.2...0.6.3) --- 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 6628ab77..7691c8cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ test = [ "pytest-cov==5.0.0", "syrupy==4.7.1", "tomli==2.0.1", - "ruff==0.6.2", + "ruff==0.6.3", ] [project.scripts]