From 1f97284f3fdc989aec610c92fb8d913b0a3d334b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 13:19:36 +0000 Subject: [PATCH] build(deps): bump black from 24.3.0 to 24.4.1 Bumps [black](https://github.com/psf/black) from 24.3.0 to 24.4.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/24.3.0...24.4.1) --- 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 2b557b1..df9858e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ dependencies = ["mdsanima-dev==0.2.0", "piexif==1.1.3", "pillow==10.3.0"] [project.optional-dependencies] dev = [ - "black==24.3.0", + "black==24.4.1", "build==1.2.1", "flake8==7.0.0", "ipython==8.23.0",