diff --git a/appengine/flexible/scipy/requirements.txt b/appengine/flexible/scipy/requirements.txt index fe4d29690ea..aca4603c1ff 100644 --- a/appengine/flexible/scipy/requirements.txt +++ b/appengine/flexible/scipy/requirements.txt @@ -5,6 +5,6 @@ imageio==2.36.1; python_version >= '3.9' numpy==2.2.4; python_version > '3.9' numpy==1.26.4; python_version == '3.9' numpy==1.24.4; python_version == '3.8' -pillow==10.4.0 +pillow==12.0.0 scipy==1.10.1; python_version <= '3.9' scipy==1.14.1; python_version > '3.9' diff --git a/appengine/flexible_python37_and_earlier/scipy/requirements.txt b/appengine/flexible_python37_and_earlier/scipy/requirements.txt index a67d9f49c61..268498f7afc 100644 --- a/appengine/flexible_python37_and_earlier/scipy/requirements.txt +++ b/appengine/flexible_python37_and_earlier/scipy/requirements.txt @@ -6,6 +6,6 @@ numpy==2.2.4; python_version > '3.9' numpy==2.2.4; python_version == '3.9' numpy==2.2.4; python_version == '3.8' numpy==2.2.4; python_version == '3.7' -pillow==10.4.0 +pillow==12.0.0 scipy==1.14.1 Werkzeug==3.0.3 diff --git a/dataflow/gpu-examples/tensorflow-landsat-prime/requirements.txt b/dataflow/gpu-examples/tensorflow-landsat-prime/requirements.txt index 69a05b307ac..dc13d303a90 100644 --- a/dataflow/gpu-examples/tensorflow-landsat-prime/requirements.txt +++ b/dataflow/gpu-examples/tensorflow-landsat-prime/requirements.txt @@ -1,4 +1,4 @@ -Pillow==10.4.0 +Pillow==12.0.0 apache-beam[gcp]==2.58.1 rasterio==1.3.10 tensorflow==2.12.0 # Check TensorFlow/CUDA compatibility with Dockerfile: https://www.tensorflow.org/install/source#gpu diff --git a/dataflow/gpu-examples/tensorflow-landsat/requirements.txt b/dataflow/gpu-examples/tensorflow-landsat/requirements.txt index 69a05b307ac..dc13d303a90 100644 --- a/dataflow/gpu-examples/tensorflow-landsat/requirements.txt +++ b/dataflow/gpu-examples/tensorflow-landsat/requirements.txt @@ -1,4 +1,4 @@ -Pillow==10.4.0 +Pillow==12.0.0 apache-beam[gcp]==2.58.1 rasterio==1.3.10 tensorflow==2.12.0 # Check TensorFlow/CUDA compatibility with Dockerfile: https://www.tensorflow.org/install/source#gpu diff --git a/genai/bounding_box/requirements.txt b/genai/bounding_box/requirements.txt index 86da356810f..16c3a142d4e 100644 --- a/genai/bounding_box/requirements.txt +++ b/genai/bounding_box/requirements.txt @@ -1,2 +1,2 @@ google-genai==1.42.0 -pillow==11.1.0 +pillow==12.0.0 diff --git a/genai/image_generation/requirements.txt b/genai/image_generation/requirements.txt index 86da356810f..16c3a142d4e 100644 --- a/genai/image_generation/requirements.txt +++ b/genai/image_generation/requirements.txt @@ -1,2 +1,2 @@ google-genai==1.42.0 -pillow==11.1.0 +pillow==12.0.0 diff --git a/genai/tools/requirements.txt b/genai/tools/requirements.txt index 95d3e9bc0f0..e935dc3fece 100644 --- a/genai/tools/requirements.txt +++ b/genai/tools/requirements.txt @@ -1,3 +1,3 @@ google-genai==1.42.0 # PIl is required for tools_code_execution_with_txt_img.py -pillow==11.1.0 +pillow==12.0.0 diff --git a/generative_ai/embeddings/requirements.txt b/generative_ai/embeddings/requirements.txt index 13c79e4e255..11c6de9c19a 100644 --- a/generative_ai/embeddings/requirements.txt +++ b/generative_ai/embeddings/requirements.txt @@ -1,8 +1,8 @@ pandas==2.2.3; python_version == '3.7' pandas==2.2.3; python_version == '3.8' pandas==2.2.3; python_version > '3.8' -pillow==10.4.0; python_version < '3.8' -pillow==10.4.0; python_version >= '3.8' +pillow==12.0.0; python_version < '3.8' +pillow==12.0.0; python_version >= '3.8' google-cloud-aiplatform[all]==1.84.0 sentencepiece==0.2.0 google-auth==2.29.0 diff --git a/generative_ai/evaluation/requirements.txt b/generative_ai/evaluation/requirements.txt index be13d57d368..3acc6c0485c 100644 --- a/generative_ai/evaluation/requirements.txt +++ b/generative_ai/evaluation/requirements.txt @@ -1,8 +1,8 @@ pandas==2.2.3; python_version == '3.7' pandas==2.2.3; python_version == '3.8' pandas==2.2.3; python_version > '3.8' -pillow==10.4.0; python_version < '3.8' -pillow==10.4.0; python_version >= '3.8' +pillow==12.0.0; python_version < '3.8' +pillow==12.0.0; python_version >= '3.8' google-cloud-aiplatform[all]==1.69.0 sentencepiece==0.2.0 google-auth==2.38.0 diff --git a/generative_ai/extensions/requirements.txt b/generative_ai/extensions/requirements.txt index be13d57d368..3acc6c0485c 100644 --- a/generative_ai/extensions/requirements.txt +++ b/generative_ai/extensions/requirements.txt @@ -1,8 +1,8 @@ pandas==2.2.3; python_version == '3.7' pandas==2.2.3; python_version == '3.8' pandas==2.2.3; python_version > '3.8' -pillow==10.4.0; python_version < '3.8' -pillow==10.4.0; python_version >= '3.8' +pillow==12.0.0; python_version < '3.8' +pillow==12.0.0; python_version >= '3.8' google-cloud-aiplatform[all]==1.69.0 sentencepiece==0.2.0 google-auth==2.38.0 diff --git a/generative_ai/image_generation/requirements.txt b/generative_ai/image_generation/requirements.txt index be13d57d368..3acc6c0485c 100644 --- a/generative_ai/image_generation/requirements.txt +++ b/generative_ai/image_generation/requirements.txt @@ -1,8 +1,8 @@ pandas==2.2.3; python_version == '3.7' pandas==2.2.3; python_version == '3.8' pandas==2.2.3; python_version > '3.8' -pillow==10.4.0; python_version < '3.8' -pillow==10.4.0; python_version >= '3.8' +pillow==12.0.0; python_version < '3.8' +pillow==12.0.0; python_version >= '3.8' google-cloud-aiplatform[all]==1.69.0 sentencepiece==0.2.0 google-auth==2.38.0 diff --git a/generative_ai/model_garden/requirements.txt b/generative_ai/model_garden/requirements.txt index be13d57d368..3acc6c0485c 100644 --- a/generative_ai/model_garden/requirements.txt +++ b/generative_ai/model_garden/requirements.txt @@ -1,8 +1,8 @@ pandas==2.2.3; python_version == '3.7' pandas==2.2.3; python_version == '3.8' pandas==2.2.3; python_version > '3.8' -pillow==10.4.0; python_version < '3.8' -pillow==10.4.0; python_version >= '3.8' +pillow==12.0.0; python_version < '3.8' +pillow==12.0.0; python_version >= '3.8' google-cloud-aiplatform[all]==1.69.0 sentencepiece==0.2.0 google-auth==2.38.0 diff --git a/generative_ai/model_tuning/requirements.txt b/generative_ai/model_tuning/requirements.txt index be13d57d368..3acc6c0485c 100644 --- a/generative_ai/model_tuning/requirements.txt +++ b/generative_ai/model_tuning/requirements.txt @@ -1,8 +1,8 @@ pandas==2.2.3; python_version == '3.7' pandas==2.2.3; python_version == '3.8' pandas==2.2.3; python_version > '3.8' -pillow==10.4.0; python_version < '3.8' -pillow==10.4.0; python_version >= '3.8' +pillow==12.0.0; python_version < '3.8' +pillow==12.0.0; python_version >= '3.8' google-cloud-aiplatform[all]==1.69.0 sentencepiece==0.2.0 google-auth==2.38.0 diff --git a/generative_ai/prompts/requirements.txt b/generative_ai/prompts/requirements.txt index 30b8dfcdd9f..af0dedd71e2 100644 --- a/generative_ai/prompts/requirements.txt +++ b/generative_ai/prompts/requirements.txt @@ -1,8 +1,8 @@ pandas==2.2.3; python_version == '3.7' pandas==2.2.3; python_version == '3.8' pandas==2.2.3; python_version > '3.8' -pillow==10.4.0; python_version < '3.8' -pillow==10.4.0; python_version >= '3.8' +pillow==12.0.0; python_version < '3.8' +pillow==12.0.0; python_version >= '3.8' google-cloud-aiplatform[all]==1.74.0 sentencepiece==0.2.0 google-auth==2.38.0 diff --git a/generative_ai/reasoning_engine/requirements.txt b/generative_ai/reasoning_engine/requirements.txt index be13d57d368..3acc6c0485c 100644 --- a/generative_ai/reasoning_engine/requirements.txt +++ b/generative_ai/reasoning_engine/requirements.txt @@ -1,8 +1,8 @@ pandas==2.2.3; python_version == '3.7' pandas==2.2.3; python_version == '3.8' pandas==2.2.3; python_version > '3.8' -pillow==10.4.0; python_version < '3.8' -pillow==10.4.0; python_version >= '3.8' +pillow==12.0.0; python_version < '3.8' +pillow==12.0.0; python_version >= '3.8' google-cloud-aiplatform[all]==1.69.0 sentencepiece==0.2.0 google-auth==2.38.0 diff --git a/people-and-planet-ai/image-classification/requirements.txt b/people-and-planet-ai/image-classification/requirements.txt index 3a5c78d3764..a357917c6a7 100644 --- a/people-and-planet-ai/image-classification/requirements.txt +++ b/people-and-planet-ai/image-classification/requirements.txt @@ -1,3 +1,3 @@ -pillow==10.3.0 +pillow==12.0.0 apache-beam[gcp]==2.55.1 google-cloud-aiplatform==1.47.0 diff --git a/vision/snippets/crop_hints/requirements.txt b/vision/snippets/crop_hints/requirements.txt index 0267eb1541f..49ba73c7a50 100644 --- a/vision/snippets/crop_hints/requirements.txt +++ b/vision/snippets/crop_hints/requirements.txt @@ -1,3 +1,3 @@ google-cloud-vision==3.8.1 -pillow==9.5.0; python_version < '3.8' -pillow==10.4.0; python_version >= '3.8' +pillow==12.0.0; python_version < '3.8' +pillow==12.0.0; python_version >= '3.8' diff --git a/vision/snippets/document_text/requirements.txt b/vision/snippets/document_text/requirements.txt index 0267eb1541f..49ba73c7a50 100644 --- a/vision/snippets/document_text/requirements.txt +++ b/vision/snippets/document_text/requirements.txt @@ -1,3 +1,3 @@ google-cloud-vision==3.8.1 -pillow==9.5.0; python_version < '3.8' -pillow==10.4.0; python_version >= '3.8' +pillow==12.0.0; python_version < '3.8' +pillow==12.0.0; python_version >= '3.8' diff --git a/vision/snippets/face_detection/requirements.txt b/vision/snippets/face_detection/requirements.txt index 0267eb1541f..49ba73c7a50 100644 --- a/vision/snippets/face_detection/requirements.txt +++ b/vision/snippets/face_detection/requirements.txt @@ -1,3 +1,3 @@ google-cloud-vision==3.8.1 -pillow==9.5.0; python_version < '3.8' -pillow==10.4.0; python_version >= '3.8' +pillow==12.0.0; python_version < '3.8' +pillow==12.0.0; python_version >= '3.8'