Skip to content

Commit a85564e

Browse files
authored
Merge pull request matplotlib#31363 from matplotlib/dependabot/pip/black-lt-27
Update black requirement from <26 to <27
2 parents dc4d26f + 1f73000 commit a85564e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ doc = [
124124

125125
# pip requirements for all the CI builds
126126
test = [
127-
"black<26",
127+
"black<27",
128128
"certifi",
129129
"coverage!=6.3",
130130
"psutil; sys_platform != 'cygwin'",

0 commit comments

Comments
 (0)