Skip to content

Commit

Permalink
chore(deps): update dependency pillow to v9.2.0 (GoogleCloudPlatform#…
Browse files Browse the repository at this point in the history
…8147)

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Co-authored-by: Ace Nassri <anassri@google.com>
Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
  • Loading branch information
4 people authored Aug 15, 2022
1 parent a63091c commit a61f2dc
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 @@ Flask==2.0.3; python_version < '3.7'
gunicorn==20.1.0
imageio==2.14.0
numpy==1.21.4
pillow==9.1.1
pillow==9.2.0
scipy==1.8.0; python_version > "3.7"
scipy==1.7.3; 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==9.1.1
pillow==9.2.0
apache-beam[gcp]==2.35.0
rasterio==1.3.0
tensorflow==2.9.1
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==9.1.1
pillow==9.2.0
apache-beam[gcp]==2.37.0
google-cloud-aiplatform==1.12.1
google-cloud-bigquery==2.34.4 # Indirect dependency, but there is a version conflict that causes pip to hang unless we constraint this.

0 comments on commit a61f2dc

Please sign in to comment.