From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 21:56:13 +0000 (+0100) Subject: Bump ruff from 0.1.5 to 0.1.6 (#940) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=13f6df407583a684bb5264776461c1381d224f48;p=music-assistant-server.git Bump ruff from 0.1.5 to 0.1.6 (#940) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.5 to 0.1.6. - [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.1.5...v0.1.6) --- 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 28fad762..43610761 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ test = [ "black==23.7.0", "codespell==2.2.6", "mypy==1.7.1", - "ruff==0.1.5", + "ruff==0.1.6", "pytest==7.4.3", "pytest-asyncio==0.21.1", "pytest-aiohttp==1.0.5",