Skip to content

Commit

Permalink
chore(deps-dev): bump black from 24.2.0 to 24.3.0 (intel#3951)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump black from 24.2.0 to 24.3.0

Bumps [black](https://github.com/psf/black) from 24.2.0 to 24.3.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.2.0...24.3.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update black in pre-commit.config

Signed-off-by: Terri Oda <terri.oda@intel.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Terri Oda <terri.oda@intel.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Terri Oda <terri.oda@intel.com>
  • Loading branch information
dependabot[bot] and terriko committed Mar 19, 2024
1 parent caa52b9 commit bdc3082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
exclude: ^fuzz/generated/

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.2.0
rev: 24.3.0
hooks:
- id: black
exclude: ^fuzz/generated/
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==24.2.0
black==24.3.0
isort; python_version < "3.8"
isort==5.13.2; python_version >= "3.8"
pre-commit; python_version <= "3.8"
Expand Down

0 comments on commit bdc3082

Please sign in to comment.