We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eaecf7 commit b7ccc5bCopy full SHA for b7ccc5b
environment.yml
@@ -64,4 +64,4 @@ dependencies:
64
- pytest-xdist
65
- tornado
66
- pytz
67
- - black~=23.0
+ - black<24
requirements/testing/all.txt
@@ -1,6 +1,6 @@
1
# pip requirements for all the CI builds
2
3
-black~=23.0
+black<24
4
certifi
5
coverage!=6.3
6
psutil
0 commit comments