From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 09:20:05 +0000 (+0200) Subject: Bump ruff from 0.0.284 to 0.1.1 (#892) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=6ce5b4c96fa2ccdf90d7eea272bc088d2e878b7a;p=music-assistant-server.git Bump ruff from 0.0.284 to 0.1.1 (#892) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.284 to 0.1.1. - [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.0.284...v0.1.1) --- 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 d29d7147..677da3c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ test = [ "black==23.7.0", "codespell==2.2.5", "mypy==1.5.1", - "ruff==0.0.284", + "ruff==0.1.1", "pytest==7.4.0", "pytest-asyncio==0.21.1", "pytest-aiohttp==1.0.4",