From 960a35eab6e28889af81c7d261865d65eabd5a81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 15:50:00 +0000 Subject: [PATCH] build(deps): bump black from 20.8b1 to 24.3.0 in /build_tools Bumps [black](https://github.com/psf/black) from 20.8b1 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] --- build_tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/requirements.txt b/build_tools/requirements.txt index c206f44..6bdbd8d 100644 --- a/build_tools/requirements.txt +++ b/build_tools/requirements.txt @@ -2,5 +2,5 @@ pytest==7.1.1 flake8 pytest-cov click==8.0.3 -black==20.8b1 +black==24.3.0 tensorboard==2.*