Skip to content

Commit b884b9e

Browse files
Update black requirement from ~=24.10 to ~=25.1 in /kerngen (#60)
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.10.0...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Flavio Bergamaschi <flavio@intel.com>
1 parent 183410c commit b884b9e

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.10
5+
black ~= 25.1
66
pylint ~= 3.3
77

88
# for testing

0 commit comments

Comments
 (0)