Skip to content

Commit c8ebc75

Browse files
authored
Update black to 24.8.0 (#17939)
Update to 24.8.0 the last release with support for Python 3.8. https://github.com/psf/black/blob/24.8.0/CHANGES.md
1 parent e6ced48 commit c8ebc75

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
88
- repo: https://github.com/psf/black-pre-commit-mirror
9-
rev: 24.1.1 # must match test-requirements.txt
9+
rev: 24.8.0 # must match test-requirements.txt
1010
hooks:
1111
- id: black
1212
exclude: '^(test-data/)'

test-requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-r mypy-requirements.txt
55
-r build-requirements.txt
66
attrs>=18.0
7-
black==24.3.0 # must match version in .pre-commit-config.yaml
7+
black==24.8.0 # must match version in .pre-commit-config.yaml
88
filelock>=3.3.0
99
# lxml 4.9.3 switched to manylinux_2_28, the wheel builder still uses manylinux2014
1010
lxml>=4.9.1,<4.9.3; (python_version<'3.11' or sys_platform!='win32') and python_version<'3.12'

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
attrs==23.1.0
88
# via -r test-requirements.in
9-
black==24.3.0
9+
black==24.8.0
1010
# via -r test-requirements.in
1111
click==8.1.7
1212
# via black

0 commit comments

Comments
 (0)