From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 22:05:30 +0000 (+0100) Subject: Bump black from 23.12.1 to 24.1.1 (#1046) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=005e964de8163936729cd1c0ef4e8925aec8abe9;p=music-assistant-server.git Bump black from 23.12.1 to 24.1.1 (#1046) Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.1.1. - [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/23.12.1...24.1.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-major ... 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 6807e2fe..2ec175ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ server = [ "uvloop==0.19.0" ] test = [ - "black==23.12.1", + "black==24.1.1", "codespell==2.2.6", "mypy==1.8.0", "ruff==0.1.14",