diff --git a/composer/airflow_1_samples/constraints.txt b/composer/airflow_1_samples/constraints.txt index ad6c5d081b8..5b3841028ab 100644 --- a/composer/airflow_1_samples/constraints.txt +++ b/composer/airflow_1_samples/constraints.txt @@ -11,7 +11,7 @@ Flask-OpenID==1.3.0 Flask-SQLAlchemy==2.4.4 Flask-WTF==0.14.3 Flask==1.1.2 -GitPython==3.1.11 +GitPython==3.1.52 JPype1==0.7.1 JayDeBeApi==1.2.3 Jinja2==2.11.2 @@ -248,7 +248,7 @@ pyOpenSSL==20.0.0 #pyarrow==0.17.1 pyarrow==1.0.0 pyasn1-modules==0.2.8 -pyasn1==0.4.8 +pyasn1==0.6.4 pycodestyle==2.6.0 pycparser==2.20 pycryptodomex==3.9.9 diff --git a/composer/workflows/constraints.txt b/composer/workflows/constraints.txt index ee214047af0..7dc29497c4a 100644 --- a/composer/workflows/constraints.txt +++ b/composer/workflows/constraints.txt @@ -46,7 +46,7 @@ Flask-SQLAlchemy==2.5.1 Flask-Session==0.5.0 Flask-WTF==1.2.1 Flask==2.2.5 -GitPython==3.1.43 +GitPython==3.1.52 JPype1==1.5.0 JayDeBeApi==1.2.3 Jinja2==3.1.4 @@ -546,7 +546,7 @@ pyOpenSSL==24.1.0 pyarrow-hotfix==0.6 pyarrow==14.0.2 pyasn1-modules==0.3.0 -pyasn1==0.5.1 +pyasn1==0.6.4 pycountry==24.6.1 pycparser==2.22 pycryptodome==3.20.0 diff --git a/dataflow/flex-templates/pipeline_with_dependencies/requirements.txt b/dataflow/flex-templates/pipeline_with_dependencies/requirements.txt index cc9fda76736..a3bedb6c24b 100644 --- a/dataflow/flex-templates/pipeline_with_dependencies/requirements.txt +++ b/dataflow/flex-templates/pipeline_with_dependencies/requirements.txt @@ -242,7 +242,7 @@ pyarrow==14.0.2 # via apache-beam pyarrow-hotfix==0.6 # via apache-beam -pyasn1==0.5.1 +pyasn1==0.6.4 # via # oauth2client # pyasn1-modules diff --git a/genai/live/requirements.txt b/genai/live/requirements.txt index ee7f068754b..30cac56fb1e 100644 --- a/genai/live/requirements.txt +++ b/genai/live/requirements.txt @@ -4,7 +4,7 @@ websockets==15.0.1 numpy==1.26.4 soundfile==0.12.1 openai==1.99.1 -setuptools==80.9.0 +setuptools==83.0.0 pyaudio==0.2.14 librosa==0.11.0 simpleaudio==1.0.0 \ No newline at end of file diff --git a/generative_ai/model_tuning/requirements.txt b/generative_ai/model_tuning/requirements.txt index 2bcc3b8bdc2..bfeecd60f2f 100644 --- a/generative_ai/model_tuning/requirements.txt +++ b/generative_ai/model_tuning/requirements.txt @@ -1,7 +1,7 @@ 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==12.2.0 +pillow==12.3.0 google-cloud-aiplatform[full]==1.157.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 2bcc3b8bdc2..bfeecd60f2f 100644 --- a/generative_ai/prompts/requirements.txt +++ b/generative_ai/prompts/requirements.txt @@ -1,7 +1,7 @@ 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==12.2.0 +pillow==12.3.0 google-cloud-aiplatform[full]==1.157.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 2bcc3b8bdc2..bfeecd60f2f 100644 --- a/generative_ai/reasoning_engine/requirements.txt +++ b/generative_ai/reasoning_engine/requirements.txt @@ -1,7 +1,7 @@ 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==12.2.0 +pillow==12.3.0 google-cloud-aiplatform[full]==1.157.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 4594256679e..ccfe52b49a4 100644 --- a/people-and-planet-ai/image-classification/requirements.txt +++ b/people-and-planet-ai/image-classification/requirements.txt @@ -1,3 +1,3 @@ -pillow==12.2.0 +pillow==12.3.0 apache-beam[gcp]==2.55.1 google-cloud-aiplatform==1.157.0 diff --git a/vision/snippets/crop_hints/requirements.txt b/vision/snippets/crop_hints/requirements.txt index defcaa2ab63..21a3e83ee97 100644 --- a/vision/snippets/crop_hints/requirements.txt +++ b/vision/snippets/crop_hints/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" diff --git a/vision/snippets/document_text/requirements.txt b/vision/snippets/document_text/requirements.txt index defcaa2ab63..21a3e83ee97 100644 --- a/vision/snippets/document_text/requirements.txt +++ b/vision/snippets/document_text/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" 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"