From d1a531641b24cdadd6542fa9dd0bd444cea9c310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:31:45 +0000 Subject: [PATCH] Update black requirement from ~=24.8 to ~=24.10 in /kerngen (#54) 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.8.0...24.10.0) --- 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> --- kerngen/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kerngen/requirements.txt b/kerngen/requirements.txt index a2b287a..9a5bbbf 100644 --- a/kerngen/requirements.txt +++ b/kerngen/requirements.txt @@ -2,7 +2,7 @@ pydantic ~= 1.10 # for dev / commits -black ~= 24.8 +black ~= 24.10 pylint ~= 3.3 # for testing