diff --git a/vision/snippets/face_detection/requirements.txt b/vision/snippets/face_detection/requirements.txt index defcaa2ab63..21a3e83ee97 100644 --- a/vision/snippets/face_detection/requirements.txt +++ b/vision/snippets/face_detection/requirements.txt @@ -1,2 +1,2 @@ google-cloud-vision==3.8.1 -pillow==12.2.0; python_version >= "3.10" +pillow==12.3.0; python_version >= "3.10"