Skip to content

Commit

Permalink
Merge pull request #1754 from eli-schwartz/dependency-versions
Browse files Browse the repository at this point in the history
bump minimum version of Pillow to actual required minimum
  • Loading branch information
liZe committed Oct 26, 2022
2 parents 5c169d1 + 523f6a0 commit a6953f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/first_steps.rst
Expand Up @@ -17,7 +17,7 @@ WeasyPrint |version| depends on:
* tinycss2_ ≥ 1.0.0
* cssselect2_ ≥ 0.1
* Pyphen_ ≥ 0.9.1
* Pillow_ ≥ 4.0.0
* Pillow_ ≥ 9.1.0
* fontTools_ ≥ 4.0.0

.. _Python: https://www.python.org/
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -18,7 +18,7 @@ dependencies = [
'tinycss2 >=1.0.0',
'cssselect2 >=0.1',
'Pyphen >=0.9.1',
'Pillow >=4.0.0',
'Pillow >=9.1.0',
'fonttools[woff] >=4.0.0',
]
classifiers = [
Expand Down

0 comments on commit a6953f9

Please sign in to comment.