Skip to content

Commit e0296c8

Browse files
chore(deps-dev): bump black from 24.10.0 to 25.1.0 in /requirements (#722)
Bumps [black](https://github.com/psf/black) from 24.10.0 to 25.1.0. - [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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 16ce273 commit e0296c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ parameterized==0.9.0
1010
pyelftools~=0.31 # Used to verify the generated Go binary architecture in integration tests (utils.py)
1111

1212
# formatter
13-
black==24.10.0; python_version>="3.9"
13+
black==25.1.0; python_version>="3.9"
1414
black==24.8.0; python_version<"3.9"
1515
ruff==0.8.4

0 commit comments

Comments
 (0)