From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 18:59:37 +0000 (+0100) Subject: Bump black from 24.1.1 to 24.2.0 (#1096) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=9ede427d2911968fedc207ac4dd7fad59a902f7f;p=music-assistant-server.git Bump black from 24.1.1 to 24.2.0 (#1096) Bumps [black](https://github.com/psf/black) from 24.1.1 to 24.2.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.1.1...24.2.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 56f35bc5..29d3fd9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ server = [ "uvloop==0.19.0", ] test = [ - "black==24.1.1", + "black==24.2.0", "codespell==2.2.6", "isort==5.13.2", "mypy==1.8.0",