From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 19:20:43 +0000 (+0200) Subject: Bump black from 24.3.0 to 24.4.0 (#1223) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=49f03018155f961c826b6d3d4a389107c5f55df2;p=music-assistant-server.git Bump black from 24.3.0 to 24.4.0 (#1223) Bumps [black](https://github.com/psf/black) from 24.3.0 to 24.4.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.3.0...24.4.0) --- updated-dependencies: - dependency-name: black 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 d3fea884..ea489508 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ server = [ "ifaddr==0.2.0", ] test = [ - "black==24.3.0", + "black==24.4.0", "codespell==2.2.6", "isort==5.13.2", "mypy==1.9.0",