Skip to content

Commit a505e5f

Browse files
Bump black from 24.1.1 to 24.3.0 (#17051)
1 parent 952c616 commit a505e5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1.1 # must match version in .pre-commit-config.yaml
7+
black==24.3.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.1.1
9+
black==24.3.0
1010
# via -r test-requirements.in
1111
cfgv==3.4.0
1212
# via pre-commit

0 commit comments

Comments
 (0)