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 5284523 commit 96c8224Copy full SHA for 96c8224
CHANGELOG.md
@@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
* Fixed `Polygon` constructor to not modify the input list of points.
28
* Fixed serialization of sphere and cylinder Breps in `RhinoBrep`.
29
* Fixed serialization of some trimmed shapes in `RhinoBrep`.
30
+* Freeze black version to 22.12.0.
31
32
### Removed
33
requirements-dev.txt
@@ -1,5 +1,5 @@
1
attrs >=17.4
2
-black
+black ==22.12.0
3
bump2version >=1.0.1
4
check-manifest >=0.36
5
compas_invocations
0 commit comments