From 6d70d3ef4392cb6b60790e510c2ac5a381de4778 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 06:50:31 +0000 Subject: [PATCH] Bump black from 24.4.2 to 24.8.0 Bumps [black](https://github.com/psf/black) from 24.4.2 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.4.2...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 565cb9b..fb1a5e0 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -4,6 +4,6 @@ pyfakefs==5.6.0 # Linters isort[colors]==5.13.2 -black==24.4.2 +black==24.8.0 pylint==3.2.6 bandit[toml]==1.7.9