From 1030759ad09b0a0516c2e56a6b1efa1859acc16c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 21:19:35 +0000 Subject: [PATCH] Bump black in /test in the pip group across 1 directory Bumps the pip group with 1 update in the /test directory: [black](https://github.com/psf/black). Updates `black` from 23.12.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/23.12.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/requirements.txt b/test/requirements.txt index 67aaf741..92b4670f 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -1,5 +1,5 @@ pytest == 7.4 pytest-xdist == 3.5.0 pytest-testinfra == 10.0.0 -black == 23.12.0 +black == 24.3.0 pytest-clarity == 1.0.1