From 13e78f1ac84c7fdbff1b388340420b7767cb99e8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 7 Jan 2022 17:53:47 +0000 Subject: [PATCH 1/3] chore(deps): update dependency pillow to v9 --- appengine/flexible/scipy/requirements.txt | 2 +- dataflow/gpu-examples/tensorflow-landsat/requirements.txt | 2 +- people-and-planet-ai/image-classification/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/appengine/flexible/scipy/requirements.txt b/appengine/flexible/scipy/requirements.txt index 0a489b0377a..b8ac1a66273 100644 --- a/appengine/flexible/scipy/requirements.txt +++ b/appengine/flexible/scipy/requirements.txt @@ -3,6 +3,6 @@ gunicorn==20.1.0 imageio==2.13.5 numpy==1.21.4; python_version >= '3.7' numpy==1.19.5; python_version < '3.7' -pillow==8.4.0 +pillow==9.0.0 scipy==1.7.3; python_version >= '3.7' scipy==1.5.4; python_version < '3.7' diff --git a/dataflow/gpu-examples/tensorflow-landsat/requirements.txt b/dataflow/gpu-examples/tensorflow-landsat/requirements.txt index 9f9405e23fe..0a5f3c9cc6e 100644 --- a/dataflow/gpu-examples/tensorflow-landsat/requirements.txt +++ b/dataflow/gpu-examples/tensorflow-landsat/requirements.txt @@ -1,4 +1,4 @@ -Pillow==8.4.0 +Pillow==9.0.0 apache-beam[gcp]==2.31.0 rasterio==1.2.10 tensorflow==2.7.0 diff --git a/people-and-planet-ai/image-classification/requirements.txt b/people-and-planet-ai/image-classification/requirements.txt index 62f56c5f104..bcdc810422f 100644 --- a/people-and-planet-ai/image-classification/requirements.txt +++ b/people-and-planet-ai/image-classification/requirements.txt @@ -1,4 +1,4 @@ -Pillow==8.4.0 +Pillow==9.0.0 apache-beam[gcp]==2.33.0 google-cloud-aiplatform==1.9.0 google-cloud-bigquery==2.31.0 # Indirect dependency, but there is a version conflict that causes pip to hang unless we constraint this. From e1dbca7026ffe5e90877a050909b428330e83ad9 Mon Sep 17 00:00:00 2001 From: "Leah E. Cole" <6719667+leahecole@users.noreply.github.com> Date: Fri, 7 Jan 2022 09:54:32 -0800 Subject: [PATCH 2/3] Apply suggestions from code review --- appengine/flexible/scipy/requirements.txt | 3 ++- dataflow/gpu-examples/tensorflow-landsat/requirements.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/appengine/flexible/scipy/requirements.txt b/appengine/flexible/scipy/requirements.txt index b8ac1a66273..d5a2b535974 100644 --- a/appengine/flexible/scipy/requirements.txt +++ b/appengine/flexible/scipy/requirements.txt @@ -3,6 +3,7 @@ gunicorn==20.1.0 imageio==2.13.5 numpy==1.21.4; python_version >= '3.7' numpy==1.19.5; python_version < '3.7' -pillow==9.0.0 +pillow==9.0.0; python_version > '3.6' +pillow==8.4.0; python_version <='3.6' scipy==1.7.3; python_version >= '3.7' scipy==1.5.4; python_version < '3.7' diff --git a/dataflow/gpu-examples/tensorflow-landsat/requirements.txt b/dataflow/gpu-examples/tensorflow-landsat/requirements.txt index 0a5f3c9cc6e..852b5b81dd7 100644 --- a/dataflow/gpu-examples/tensorflow-landsat/requirements.txt +++ b/dataflow/gpu-examples/tensorflow-landsat/requirements.txt @@ -1,4 +1,5 @@ -Pillow==9.0.0 +pillow==9.0.0; python_version > '3.6' +pillow==8.4.0; python_version <='3.6' apache-beam[gcp]==2.31.0 rasterio==1.2.10 tensorflow==2.7.0 From 1569cc86bf3975cc42f4067b919640df3c1189d2 Mon Sep 17 00:00:00 2001 From: "Leah E. Cole" <6719667+leahecole@users.noreply.github.com> Date: Fri, 7 Jan 2022 09:54:53 -0800 Subject: [PATCH 3/3] Update people-and-planet-ai/image-classification/requirements.txt --- people-and-planet-ai/image-classification/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/people-and-planet-ai/image-classification/requirements.txt b/people-and-planet-ai/image-classification/requirements.txt index bcdc810422f..b6aaf38bc7e 100644 --- a/people-and-planet-ai/image-classification/requirements.txt +++ b/people-and-planet-ai/image-classification/requirements.txt @@ -1,4 +1,5 @@ -Pillow==9.0.0 +pillow==9.0.0; python_version > '3.6' +pillow==8.4.0; python_version <='3.6' apache-beam[gcp]==2.33.0 google-cloud-aiplatform==1.9.0 google-cloud-bigquery==2.31.0 # Indirect dependency, but there is a version conflict that causes pip to hang unless we constraint this.