From b3fe6efe564c272f3dbf79ac3dd5aa78698f1685 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 15 Oct 2021 10:09:41 +0000 Subject: [PATCH] chore(deps): update dependency pillow to v8.4.0 --- 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 b73a337f51c..820fa456a7b 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.2 +pillow==8.4.0 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 47905935ff4..7a36899d331 100644 --- a/dataflow/gpu-examples/tensorflow-landsat/requirements.txt +++ b/dataflow/gpu-examples/tensorflow-landsat/requirements.txt @@ -1,4 +1,4 @@ -Pillow==8.3.2 +Pillow==8.4.0 apache-beam[gcp]==2.31.0 rasterio==1.2.9 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 16ee98c73bf..016cb0a5bef 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.2 +Pillow==8.4.0 apache-beam[gcp]==2.31.0 google-cloud-aiplatform==1.1.1 google-cloud-bigquery==2.28.1 # Indirect dependency, but there is a version conflict that causes pip to hang unless we constraint this. \ No newline at end of file