Skip to content

Commit a179ea8

Browse files
tacaswellmeeseeksmachine
authored andcommitted
Backport PR matplotlib#27606: Pin black version
1 parent 2a78015 commit a179ea8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ dependencies:
6262
- pytest-xdist
6363
- tornado
6464
- pytz
65-
- black
65+
- black<24

requirements/testing/all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pip requirements for all the CI builds
22

3-
black
3+
black<24
44
certifi
55
coverage!=6.3
66
psutil

0 commit comments

Comments
 (0)