Skip to content

Commit f99ebc6

Browse files
chore(deps-dev): bump black from 23.7.0 to 24.3.0 (#203)
* chore(deps-dev): bump black from 23.7.0 to 24.3.0 Bumps [black](https://github.com/psf/black) from 23.7.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@23.7.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * dependabot/pip/black 24.3.0 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben Rometsch <[email protected]>
1 parent ac0964f commit f99ebc6

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
@@ -16,7 +16,7 @@ repos:
1616
- id: isort
1717
name: isort (python)
1818
- repo: https://github.com/psf/black
19-
rev: 23.7.0
19+
rev: 24.3.0
2020
hooks:
2121
- id: black
2222
language_version: python3

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
absolufy-imports==0.3.1
88
# via -r requirements-dev.in
9-
black==23.7.0
9+
black==24.3.0
1010
# via -r requirements-dev.in
1111
build==0.10.0
1212
# via pip-tools

0 commit comments

Comments
 (0)