From 53fdbe4a89a085ce9621dad9a8622a48872e0001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 18:45:45 +0000 Subject: [PATCH] Bump black from 22.3.0 to 24.3.0 in /api Bumps [black](https://github.com/psf/black) from 22.3.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/22.3.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- api/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements_dev.txt b/api/requirements_dev.txt index 66bf418cd..ce27ad60c 100644 --- a/api/requirements_dev.txt +++ b/api/requirements_dev.txt @@ -1,7 +1,7 @@ #Testing pytest>=3.2.3 flake8==6.0.0 -black==22.3.0 +black==24.3.0 pytest-mock pre-commit==3.4.0 faker