From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 17:17:04 +0000 (+0000) Subject: Bump ruff from 0.0.280 to 0.0.284 X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=31489127b54e4b942406bcef25579b88a9bc4977;p=music-assistant-server.git Bump ruff from 0.0.280 to 0.0.284 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.280 to 0.0.284. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.280...v0.0.284) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- diff --git a/pyproject.toml b/pyproject.toml index 208ec7f9..4e4aa2bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ test = [ "black==23.7.0", "codespell==2.2.5", "mypy==1.4.1", - "ruff==0.0.280", + "ruff==0.0.284", "pytest==7.4.0", "pytest-asyncio==0.21.1", "pytest-aiohttp==1.0.4",