Skip to content

Commit

Permalink
dependencies: fix pillow version for security reasons
Browse files Browse the repository at this point in the history
mmo committed Oct 5, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a268ce2 commit f0ab504
Showing 2 changed files with 114 additions and 42 deletions.
154 changes: 113 additions & 41 deletions poetry.lock
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ idutils = "^1.1.8"
invenio-records-resources = "^0.12.5"
urllib3 = ">=1.26.4"
coverage = {version = ">=6.0b1", allow-prereleases = true}
pillow = ">=8.2.0"
pillow = ">=8.3.2"
# TODO: change back to: celery = ">=5.0.0" after
# `unexpected keyword argument 'ignore_result'` is solved in version 5.0.6
celery = "5.0.5"

0 comments on commit f0ab504

Please sign in to comment.