Skip to content

Commit 87baf86

Browse files
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](psf/black@24.8.0...24.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a7fe038 commit 87baf86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kerngen/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pydantic ~= 1.10
33

44
# for dev / commits
5-
black ~= 24.8
5+
black ~= 24.10
66
pylint ~= 3.3
77

88
# for testing

0 commit comments

Comments
 (0)