Skip to content

Commit

Permalink
Relax Pillow version bounds.
Browse files Browse the repository at this point in the history
For Pillow, the change in commit

    e04e183 - chore: apply PIL major changes and increase min version specifier (#1237)

that does the `font.getsize()` -> `font.getbbox()` migration
is definitely already available in Pillow 9.2.0, see

https://pillow.readthedocs.io/en/stable/deprecations.html#font-size-and-offset-methods

> Deprecated since version 9.2.0.
  • Loading branch information
nh2 committed Nov 6, 2023
1 parent 4cadd8d commit d4e21cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies = [
"rapidfuzz>=3.0.0,<4.0.0",
"matplotlib>=3.1.0",
"weasyprint>=55.0",
"Pillow>=10.0.0",
"Pillow>=9.2.0",
"defusedxml>=0.7.0",
"mplcursors>=0.3",
"unidecode>=1.0.0",
Expand Down

0 comments on commit d4e21cf

Please sign in to comment.