From 50c6c599fa1f8e0206018187b2ac06fa098934b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 02:39:02 +0000 Subject: [PATCH] Bump black from 24.4.1 to 24.4.2 Bumps [black](https://github.com/psf/black) from 24.4.1 to 24.4.2. - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.4.1...24.4.2) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 60195a202..b3d783757 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Dev tools: -black==24.4.1 +black==24.4.2 pre-commit==3.5.0; python_version < '3.9' pre-commit==3.7.0; python_version >= '3.9' pytest==8.1.1