From bd494d462d06c2c3d30f3dc178cb39cef4f12f13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 18:14:48 +0000 Subject: [PATCH] chore(deps-dev): bump the pip group across 1 directory with 1 update Bumps the pip group with 1 update in the /api directory: [black](https://github.com/psf/black). Updates `black` from 24.2.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.2.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development dependency-group: pip-security-group ... 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 3caa5529..8818875d 100644 --- a/api/requirements_dev.txt +++ b/api/requirements_dev.txt @@ -1,5 +1,5 @@ bandit==1.7.8 -black==24.2.0 +black==24.3.0 coverage==7.4.3 flake8==7.0.0 httpx==0.27.0