From 8ac5021232e04bc392feb1b9d5c711e9144cac8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 07:39:28 +0000 Subject: [PATCH] chore(deps): bump black from 24.2.0 to 24.3.0 in /global-api Bumps [black](https://github.com/psf/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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- global-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-api/requirements.txt b/global-api/requirements.txt index 7532286b4..95001222d 100644 --- a/global-api/requirements.txt +++ b/global-api/requirements.txt @@ -1,6 +1,6 @@ aiohttp==3.9.* alembic==1.13.1 -black==24.2.0 +black==24.3.0 fastapi==0.110.0 flake8==7.0.0 fsspec==2024.*