From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 23:53:36 +0000 (+0100) Subject: Bump ruff from 0.0.256 to 0.0.257 (#557) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=6f1d93113643b5d2e7e25be1ce1b46f43a5df265;p=music-assistant-server.git Bump ruff from 0.0.256 to 0.0.257 (#557) Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.256 to 0.0.257. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.256...v0.0.257) --- 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 e8e39234..36e59678 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ test = [ "black==23.1.0", "codespell==2.2.4", "mypy==1.1.1", - "ruff==0.0.256", + "ruff==0.0.257", "pytest==7.2.2", "pytest-asyncio==0.20.3", "pytest-aiohttp==1.0.4",