Skip to content

Commit 5a0a2dd

Browse files
chore(deps-dev): bump black from 24.3.0 to 24.4.0 (#4030)
* chore(deps-dev): bump black from 24.3.0 to 24.4.0 Bumps [black](https://github.com/psf/black) from 24.3.0 to 24.4.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.3.0...24.4.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore: update black version in pre-commit Signed-off-by: Terri Oda <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Terri Oda <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Terri Oda <[email protected]>
1 parent e37cc39 commit 5a0a2dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
exclude: ^fuzz/generated/
1515

1616
- repo: https://github.com/psf/black-pre-commit-mirror
17-
rev: 24.3.0
17+
rev: 24.4.0
1818
hooks:
1919
- id: black
2020
exclude: ^fuzz/generated/

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
black==24.3.0
1+
black==24.4.0
22
isort; python_version < "3.8"
33
isort==5.13.2; python_version >= "3.8"
44
pre-commit; python_version <= "3.8"

0 commit comments

Comments
 (0)