diff --git a/composer/2022_airflow_summit/constraints.txt b/composer/2022_airflow_summit/constraints.txt index 66b7987b371..e11135fb40b 100644 --- a/composer/2022_airflow_summit/constraints.txt +++ b/composer/2022_airflow_summit/constraints.txt @@ -553,7 +553,7 @@ requests-mock==1.11.0 requests-ntlm==1.2.0 requests-oauthlib==1.3.1 requests-toolbelt==1.0.0 -requests==2.31.0 +requests==2.32.4 responses==0.23.1 rfc3339-validator==0.1.4 rfc3986==1.5.0 diff --git a/composer/2022_airflow_summit/requirements.txt b/composer/2022_airflow_summit/requirements.txt index 50a4b3df15b..cc32e68fad1 100644 --- a/composer/2022_airflow_summit/requirements.txt +++ b/composer/2022_airflow_summit/requirements.txt @@ -1,4 +1,4 @@ # be sure to update the constraints file to match # see https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html#constraints-files -apache-airflow==2.6.3 +apache-airflow==2.10.3 apache-airflow-providers-google==10.2.0 diff --git a/composer/airflow_1_samples/constraints.txt b/composer/airflow_1_samples/constraints.txt index ad6c5d081b8..7efdfcbc3a5 100644 --- a/composer/airflow_1_samples/constraints.txt +++ b/composer/airflow_1_samples/constraints.txt @@ -243,7 +243,7 @@ protobuf==3.14.0 psutil==5.7.3 psycopg2-binary==2.8.6 ptyprocess==0.6.0 -py==1.9.0 +py==1.11.0 pyOpenSSL==20.0.0 #pyarrow==0.17.1 pyarrow==1.0.0 @@ -286,7 +286,7 @@ requests-mock==1.8.0 requests-ntlm==1.1.0 requests-oauthlib==1.3.0 requests-toolbelt==0.9.1 -requests==2.23.0 +requests==2.32.4 responses==0.12.1 rsa==4.6 s3transfer==0.2.1 diff --git a/composer/cicd_sample/constraints.txt b/composer/cicd_sample/constraints.txt index 66b7987b371..e11135fb40b 100644 --- a/composer/cicd_sample/constraints.txt +++ b/composer/cicd_sample/constraints.txt @@ -553,7 +553,7 @@ requests-mock==1.11.0 requests-ntlm==1.2.0 requests-oauthlib==1.3.1 requests-toolbelt==1.0.0 -requests==2.31.0 +requests==2.32.4 responses==0.23.1 rfc3339-validator==0.1.4 rfc3986==1.5.0 diff --git a/composer/cicd_sample/requirements.txt b/composer/cicd_sample/requirements.txt index 1eb3eeda323..4dd47a1b186 100644 --- a/composer/cicd_sample/requirements.txt +++ b/composer/cicd_sample/requirements.txt @@ -1,3 +1,3 @@ # be sure to update the constraints file to match # see https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html#constraints-files -apache-airflow==2.6.3 +apache-airflow==2.10.3 diff --git a/composer/cicd_sample/utils/requirements-test.txt b/composer/cicd_sample/utils/requirements-test.txt index 92e25bbd179..e87902f67a0 100644 --- a/composer/cicd_sample/utils/requirements-test.txt +++ b/composer/cicd_sample/utils/requirements-test.txt @@ -1,4 +1,4 @@ pytest==8.2.0 -requests==2.31.0 +requests==2.32.4 google-api-core==2.17.1 google-resumable-media==2.7.2 diff --git a/composer/rest/composer2/requirements-test.txt b/composer/rest/composer2/requirements-test.txt index 6420b5190a5..15fb954503a 100644 --- a/composer/rest/composer2/requirements-test.txt +++ b/composer/rest/composer2/requirements-test.txt @@ -1,2 +1,2 @@ pytest==8.2.0 -requests==2.32.2 +requests==2.32.4 diff --git a/composer/rest/composer2/requirements.txt b/composer/rest/composer2/requirements.txt index 9e210499090..a6f18a2c4b7 100644 --- a/composer/rest/composer2/requirements.txt +++ b/composer/rest/composer2/requirements.txt @@ -1,2 +1,2 @@ google-auth==2.38.0 -requests==2.32.2 +requests==2.32.4 diff --git a/composer/rest/requirements.txt b/composer/rest/requirements.txt index 43e84b586a1..d008de40fc4 100644 --- a/composer/rest/requirements.txt +++ b/composer/rest/requirements.txt @@ -1,3 +1,3 @@ google-auth==2.38.0 -requests==2.32.2 +requests==2.32.4 six==1.16.0 diff --git a/compute/auth/requirements.txt b/compute/auth/requirements.txt index 815ba95d2b2..47ad86a4a81 100644 --- a/compute/auth/requirements.txt +++ b/compute/auth/requirements.txt @@ -1,4 +1,4 @@ -requests==2.32.2 +requests==2.32.4 google-auth==2.38.0 google-auth-httplib2==0.2.0 google-cloud-storage==2.9.0 diff --git a/compute/encryption/requirements.txt b/compute/encryption/requirements.txt index c9a61db6f79..04c47d07e80 100644 --- a/compute/encryption/requirements.txt +++ b/compute/encryption/requirements.txt @@ -1,5 +1,5 @@ cryptography==44.0.2 -requests==2.32.2 +requests==2.32.4 google-api-python-client==2.131.0 google-auth==2.38.0 google-auth-httplib2==0.2.0 diff --git a/compute/metadata/requirements.txt b/compute/metadata/requirements.txt index 4888ffec6f6..d03212dcf9c 100644 --- a/compute/metadata/requirements.txt +++ b/compute/metadata/requirements.txt @@ -1,2 +1,2 @@ -requests==2.32.2 +requests==2.32.4 google-auth==2.38.0 \ No newline at end of file diff --git a/compute/oslogin/requirements.txt b/compute/oslogin/requirements.txt index dd9c444577c..f77e111b4e9 100644 --- a/compute/oslogin/requirements.txt +++ b/compute/oslogin/requirements.txt @@ -3,4 +3,4 @@ google-auth==2.38.0 google-auth-httplib2==0.2.0 google-cloud-compute==1.11.0 google-cloud-os-login==2.15.1 -requests==2.32.2 \ No newline at end of file +requests==2.32.4 \ No newline at end of file diff --git a/dataflow/gemma/requirements.txt b/dataflow/gemma/requirements.txt index 76fc60632ee..4c0504da1b3 100644 --- a/dataflow/gemma/requirements.txt +++ b/dataflow/gemma/requirements.txt @@ -1,4 +1,4 @@ apache_beam[gcp]==2.54.0 protobuf==4.25.0 keras_nlp==0.8.2 -keras==3.0.5 \ No newline at end of file +keras==3.9.0 \ No newline at end of file diff --git a/dataflow/run-inference/requirements.txt b/dataflow/run-inference/requirements.txt index 585334e1a9b..84affdae962 100644 --- a/dataflow/run-inference/requirements.txt +++ b/dataflow/run-inference/requirements.txt @@ -1,3 +1,3 @@ apache-beam[gcp]==2.49.0 -torch==2.2.2 -transformers==4.38.0 +torch==2.7.1 +transformers==4.50.0 diff --git a/iap/requirements.txt b/iap/requirements.txt index a4db72ab7c8..63a3e1766cc 100644 --- a/iap/requirements.txt +++ b/iap/requirements.txt @@ -2,7 +2,7 @@ cryptography==44.0.2 Flask==3.0.3 google-auth==2.38.0 gunicorn==23.0.0 -requests==2.32.2 +requests==2.32.4 requests-toolbelt==1.0.0 Werkzeug==3.0.6 google-cloud-iam~=2.17.0