You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by ke...@apache.org on 2019/09/04 19:15:09 UTC

[allura] 04/17: [#8325] upgrade pillow

This is an automated email from the ASF dual-hosted git repository.

kentontaylor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git

commit 2e62c7ed9140a63404bfc598617416490ba21840
Author: Dave Brondsema <da...@brondsema.net>
AuthorDate: Tue Aug 20 17:08:33 2019 -0400

    [#8325] upgrade pillow
---
 requirements.in  | 2 +-
 requirements.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.in b/requirements.in
index f41fc7d..06e1371 100644
--- a/requirements.in
+++ b/requirements.in
@@ -25,7 +25,7 @@ oauth2
 Paste==3.0.1
 PasteDeploy==1.5.2
 PasteScript==2.0.2
-Pillow==5.2.0
+Pillow
 Pygments
 pymongo==2.8.1
 Pypeline[creole,markdown,textile,rst]
diff --git a/requirements.txt b/requirements.txt
index e0dd9f5..e733815 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -64,7 +64,7 @@ pastescript==2.0.2
 pathlib2==2.3.4           # via ipython, pickleshare
 pexpect==4.7.0            # via ipython
 pickleshare==0.7.5        # via ipython
-pillow==5.2.0
+pillow==6.1.0
 poster==0.8.1
 prompt-toolkit==1.0.16    # via ipython
 ptyprocess==0.6.0         # via pexpect