Skip to content

Commit 7ebd114

Browse files
authored
Merge pull request #1116 from compas-dev/black_version
freeze black version to 22.12.0
2 parents 5284523 + 96c8224 commit 7ebd114

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
* Fixed `Polygon` constructor to not modify the input list of points.
2828
* Fixed serialization of sphere and cylinder Breps in `RhinoBrep`.
2929
* Fixed serialization of some trimmed shapes in `RhinoBrep`.
30+
* Freeze black version to 22.12.0.
3031

3132
### Removed
3233

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
attrs >=17.4
2-
black
2+
black ==22.12.0
33
bump2version >=1.0.1
44
check-manifest >=0.36
55
compas_invocations

0 commit comments

Comments
 (0)