From 1bc4b010677c2248e08dc3cd216db834a5c1b0c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 13:13:47 +0000 Subject: [PATCH] fix: bump black from 23.3.0 to 24.4.2 Bumps [black](https://github.com/psf/black) from 23.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/23.3.0...24.4.2) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2339f9e..03bbb0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -116,7 +116,7 @@ dependencies = [ [project.optional-dependencies] # Optional dev = [ "check-manifest==0.49", - "black==23.3.0", + "black==24.4.2", "pre-commit>=2.19.0", "pytest==7.4.0", "tox==4.6.3",