From 1066bcfe5f57fa28a774ecf148c39a90792e6a6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 20:19:24 +0000 Subject: [PATCH] Update black requirement from ~=24.3 to ~=24.4 in /kerngen (#27) Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [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.4.2) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Beale --- kerngen/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kerngen/requirements.txt b/kerngen/requirements.txt index 7db8048..6906d2d 100644 --- a/kerngen/requirements.txt +++ b/kerngen/requirements.txt @@ -2,7 +2,7 @@ pydantic ~= 1.10 # for dev / commits -black ~= 24.3 +black ~= 24.4 pylint ~= 3.2 # for testing