diff --git a/vision/snippets/face_detection/requirements.txt b/vision/snippets/face_detection/requirements.txt index e813a2c08e..9c711690cd 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==10.3.0; python_version < '3.8' -pillow==10.4.0; python_version >= '3.8' +pillow==12.2.0; python_version >= '3.8'