From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 19:20:30 +0000 (+0200) Subject: Bump ruff from 0.3.5 to 0.3.7 (#1225) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=16a1e87f0a232f957445e653515978b7146399eb;p=music-assistant-server.git Bump ruff from 0.3.5 to 0.3.7 (#1225) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.5 to 0.3.7. - [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/v0.3.5...v0.3.7) --- 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 32810408..d3fea884 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ test = [ "pytest==8.1.1", "pytest-aiohttp==1.0.5", "pytest-cov==5.0.0", - "ruff==0.3.5", + "ruff==0.3.7", ] [project.scripts]