From 0b8138ad7848a817ea346c545359dd67fd051da5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 15:03:11 +0000 Subject: [PATCH] Bump black from 21.9b0 to 24.3.0 in /ai Bumps [black](https://github.com/psf/black) from 21.9b0 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] --- ai/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/requirements.txt b/ai/requirements.txt index 03f35d6b5..44b692277 100644 --- a/ai/requirements.txt +++ b/ai/requirements.txt @@ -38,7 +38,7 @@ pytest==6.2.4 coverage==6.1.2 # Code Formatting and Linting Tools -black==21.9b0 +black==24.3.0 flake8==3.9.2 # Documentation and Help Tools