Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Pillow to 7.1 as advised by Dependabot #903

Merged
merged 2 commits into from Aug 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES.rst
Expand Up @@ -3,6 +3,7 @@
------

* Changed Update Pygments styles (Issue #882)
* Update Pillow dependency in requirements.txt. (Issue #858)
* Changed: Inkscape 1.0 final supported properly and use path on Windows. (Issue #870)
* Changed: Use content-based comparison in tests. (Issue #854)
* Fixed: Elements with that that don't have an rst2pdf element (e.g. subtitles, inline references) no
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -23,7 +23,7 @@ matplotlib==3.1.2
numpy==1.18.1 # via matplotlib
packaging==20.0 # via sphinx
pdfrw==0.4
pillow==7.0.0 # via reportlab, xhtml2pdf
pillow==7.1.0 # via reportlab, xhtml2pdf
pygments==2.5.2
pyparsing==2.4.6 # via matplotlib, packaging
pypdf2==1.26.0
Expand Down