From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 22:18:31 +0000 (+0200) Subject: Bump ruff from 0.0.270 to 0.0.272 (#710) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=0ad7a0008517c0f33e94c6c72e2c72ee7a8aadc3;p=music-assistant-server.git Bump ruff from 0.0.270 to 0.0.272 (#710) Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.270 to 0.0.272. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.270...v0.0.272) --- 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 2c055324..0ff7c958 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ test = [ "black==23.3.0", "codespell==2.2.4", "mypy==1.3.0", - "ruff==0.0.270", + "ruff==0.0.272", "pytest==7.3.2", "pytest-asyncio==0.21.0", "pytest-aiohttp==1.0.4",