Skip to content

Commit

Permalink
fix: docs generation, downgrade Pillow
Browse files Browse the repository at this point in the history
blockdiag doesn't support Pillow 10
(blockdiag/blockdiag#178) and also seems to be
abandoned.

Pin Pillow to a version below 10 for now and possibly remove blockdiag
in the future.

Signed-off-by: Felix Kaechele <felix@kaechele.ca>
  • Loading branch information
kaechele committed Dec 29, 2023
1 parent 01f8eb4 commit 53f644f
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 57 deletions.
126 changes: 69 additions & 57 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ sphinx = ">=4.0"
sphinxcontrib-nwdiag = "^2.0.0"
reportlab = "^4.0.0"
furo = "^2023.5.20"
pillow = "<10"

[tool.semantic_release]
logging_use_named_masks = true
Expand Down

0 comments on commit 53f644f

Please # to comment.