From a27de7dc63f0011792d320265c0893bd8a4a78ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 08:23:05 +0000 Subject: [PATCH] Deps: Bump black from 24.3.0 to 24.4.2 Bumps [black](https://github.com/psf/black) from 24.3.0 to 24.4.2. - [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.3.0...24.4.2) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b31ef6b..4ccbd95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ Documentation = "https://github.com/LuqueDaniel/lnmc/blob/master/README.md" [project.optional-dependencies] dev = [ "pre-commit ==3.5.0", - "black ==24.3.0", + "black ==24.4.2", "isort ~=5.13.2", "ruff >=0.1.9", "mypy ~=1.8.0",