From 20a9e04cc813c69daf0af214df2a1ac18fc22301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 00:26:56 +0000 Subject: [PATCH] Bump black from 24.1.0 to 24.3.0 Bumps [black](https://github.com/psf/black) from 24.1.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/24.1.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-version: 24.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml old mode 100755 new mode 100644 index 9a580482a..fe1fa91a9 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ requires-python = ">=3.8" license = { text = "MIT" } dependencies = [ "accelerate>=0.29.1", - "black==24.1.0", + "black==24.3.0", "isort==5.13.2", "datasets==2.16.1", "evaluate>=0.4.0",