From daa01b84f7dff51c68fde08eda9af6665c7b3e8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 16:13:06 +0000 Subject: [PATCH] Bump black from 21.5b2 to 24.3.0 in /nlaugmenter Bumps [black](https://github.com/psf/black) from 21.5b2 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/commits/24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nlaugmenter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nlaugmenter/requirements.txt b/nlaugmenter/requirements.txt index 00732c1..ba87c79 100644 --- a/nlaugmenter/requirements.txt +++ b/nlaugmenter/requirements.txt @@ -21,7 +21,7 @@ tqdm # sentencepiece==0.1.95 # for code format -black==21.5b2 +black==24.3.0 # pre-commit==2.13.0