From d5439d3d95369ec5b72f353673ad0fc683c56032 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 00:39:35 +0000 Subject: [PATCH] Update black requirement from ~=24.10 to ~=25.1 in /kerngen 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.10.0...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- kerngen/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kerngen/requirements.txt b/kerngen/requirements.txt index 9a5bbbf8..1ef4340c 100644 --- a/kerngen/requirements.txt +++ b/kerngen/requirements.txt @@ -2,7 +2,7 @@ pydantic ~= 1.10 # for dev / commits -black ~= 24.10 +black ~= 25.1 pylint ~= 3.3 # for testing