From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 21:58:39 +0000 (+0100) Subject: Bump black from 24.2.0 to 24.3.0 (#1176) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=66b28fba5a3839588369c6d325361d6280137862;p=music-assistant-server.git Bump black from 24.2.0 to 24.3.0 (#1176) Bumps [black](https://github.com/psf/black) from 24.2.0 to 24.3.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.2.0...24.3.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 149af6d0..2479bec0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ server = [ "ifaddr==0.2.0", ] test = [ - "black==24.2.0", + "black==24.3.0", "codespell==2.2.6", "isort==5.13.2", "mypy==1.9.0",