Skip to content

Commit

Permalink
chore(deps): update dependency pillow to v8.3.1 (GoogleCloudPlatform#…
Browse files Browse the repository at this point in the history
…6572)

Co-authored-by: Leah E. Cole <[email protected]>
  • Loading branch information
renovate-bot and leahecole authored Aug 24, 2021
1 parent 4bd3e91 commit 96a3592
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appengine/flexible/scipy/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion dataflow/gpu-examples/tensorflow-landsat/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion people-and-planet-ai/image-classification/requirements.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 96a3592

Please sign in to comment.