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

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


The following commit(s) were added to refs/heads/master by this push:
     new 73b07c4  Pillow req.txt hotfix to force older version when on python 
3.6 due to it dropping 3.6 support in 9.0.0 release
73b07c4 is described below

commit 73b07c4e1195bd0a37f148eb525c37b165e44903
Author: Dillon Walls <[email protected]>
AuthorDate: Mon Jan 24 17:33:01 2022 +0000

    Pillow req.txt hotfix to force older version when on python 3.6 due to it 
dropping 3.6 support in 9.0.0 release
---
 requirements.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 38c6e5a..3bc65e7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -110,7 +110,9 @@ pastedeploy==2.0.1
     #   pastescript
 pastescript==3.1.0
     # via -r requirements.in
-pillow==9.0.0
+pillow==8.3.2 ; python_version < "3.7"
+    # via -r requirements.in
+pillow==9.0.0 ; python_version >= "3.7"
     # via -r requirements.in
 profanityfilter==2.0.6
     # via -r requirements.in

Reply via email to