From 16cf4b7860a2047c32116d280e5b6493a9be8d9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 12:53:14 -0400 Subject: [PATCH] Bump black from 23.7.0 to 24.3.0 (#283) Bumps [black](https://github.com/psf/black) from 23.7.0 to 24.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.7.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alyssa Dai --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 072eedd..ed69e63 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -12,7 +12,7 @@ attrs==23.1.0 # referencing bids-validator==1.12.0 # via pybids -black==23.7.0 +black==24.3.0 # via flake8-black build==0.10.0 # via pip-tools