From 24b773105103e02745a3a2ca7b225f5a4a82b73a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 07:51:45 +0000 Subject: [PATCH] Update black requirement from 24.1.1 to 24.3.0 Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [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.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f007ab3..c7d98ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ include = ["src/jack_server/py.typed"] python = "^3.8" [tool.poetry.dev-dependencies] -black = "24.1.1" +black = "24.3.0" pre-commit = "3.5.0" pytest = "8.1.1" pytest-cov = "4.1.0"