From 96a3592ed413074163865c3bad524dfa8dfdd3f1 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 24 Aug 2021 20:18:01 +0200 Subject: [PATCH] chore(deps): update dependency pillow to v8.3.1 (#6572) Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com> --- 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 de90482e5cd7..e7e84a990aee 100644 --- a/appengine/flexible/scipy/requirements.txt +++ b/appengine/flexible/scipy/requirements.txt @@ -3,6 +3,6 @@ gunicorn==20.1.0 imageio==2.9.0 numpy==1.20.0; python_version >= '3.7' numpy==1.19.5; python_version < '3.7' -pillow==8.3.0 +pillow==8.3.1 scipy==1.6.1; 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 231c0533c3db..e48313d0aad7 100644 --- a/dataflow/gpu-examples/tensorflow-landsat/requirements.txt +++ b/dataflow/gpu-examples/tensorflow-landsat/requirements.txt @@ -1,4 +1,4 @@ -Pillow==8.2.0 +Pillow==8.3.1 apache-beam[gcp]==2.31.0 rasterio==1.2.4 tensorflow==2.6.0 diff --git a/people-and-planet-ai/image-classification/requirements.txt b/people-and-planet-ai/image-classification/requirements.txt index f77c1e00c38d..2550a96b4857 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.3.0 +Pillow==8.3.1 apache-beam[gcp]==2.31.0 google-cloud-aiplatform==1.1.1 google-cloud-bigquery==2.24.1 # Indirect dependency, but there is a version conflict that causes pip to hang unless we constraint this. \ No newline at end of file