From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 20:10:01 +0000 (+0200) Subject: Bump black from 23.1.0 to 23.3.0 (#646) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=553974ecfdbe432dedb92f0045146034a6e610b9;p=music-assistant-server.git Bump black from 23.1.0 to 23.3.0 (#646) Bumps [black](https://github.com/psf/black) from 23.1.0 to 23.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/23.1.0...23.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 6aade23d..529edf34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ server = [ "cryptography==40.0.2" ] test = [ - "black==23.1.0", + "black==23.3.0", "codespell==2.2.4", "mypy==1.2.0", "ruff==0.0.265",