From 78796360b9909f44e27ef28e05c03b8925ef0a01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 08:59:50 +0000 Subject: [PATCH] Bump black from 24.3.0 to 24.8.0 Bumps [black](https://github.com/psf/black) from 24.3.0 to 24.8.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.3.0...24.8.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 1188f78..eda5ff1 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -6,6 +6,6 @@ pyfakefs==5.6.0 # Linters isort[colors]==5.13.2 -black==24.3.0 +black==24.8.0 pylint==3.2.6 bandit[toml]==1.7.8