diff --git a/composer/workflows/constraints.txt b/composer/workflows/constraints.txt index 30bbdb77dc1..35ffead7b71 100644 --- a/composer/workflows/constraints.txt +++ b/composer/workflows/constraints.txt @@ -22,7 +22,7 @@ Flask-Login==0.6.1 Flask-SQLAlchemy==2.5.1 Flask-Session==0.4.0 Flask-WTF==0.15.1 -Flask==2.1.2 +Flask==2.2.5 GitPython==3.1.27 HeapDict==1.0.1 JPype1==1.4.0 @@ -172,7 +172,7 @@ backports.zoneinfo==0.2.1 bcrypt==3.2.2 beautifulsoup4==4.11.1 billiard==3.6.4.0 -black==22.6.0 +black==24.3.0 bleach==5.0.1 blinker==1.4 boto3==1.24.23 @@ -207,7 +207,7 @@ coverage==6.4.1 crcmod==1.7 cron-descriptor==1.2.30 croniter==1.3.5 -cryptography==36.0.2 +cryptography==44.0.1 curlify==2.2.1 cx-Oracle==8.3.0 dask==2022.6.1 @@ -301,9 +301,9 @@ greenlet==1.1.2 grpc-google-iam-v1==0.12.4 grpcio-gcp==0.2.2 grpcio-status==1.47.0 -grpcio==1.47.0 +grpcio==1.53.2 gssapi==1.7.3 -gunicorn==20.1.0 +gunicorn==23.0.0 h11==0.12.0 hdfs==2.7.0 hmsclient==0.1.1 @@ -434,7 +434,7 @@ pure-sasl==0.6.2 py4j==0.10.9.5 py==1.11.0 pyOpenSSL==22.0.0 -pyarrow==6.0.1 +pyarrow==14.0.1 pyasn1-modules==0.2.8 pyasn1==0.4.8 pycodestyle==2.8.0 @@ -492,7 +492,7 @@ requests-mock==1.9.3 requests-ntlm==1.1.0 requests-oauthlib==1.3.1 requests-toolbelt==0.9.1 -requests==2.28.0 +requests==2.32.4 responses==0.21.0 rfc3986==1.5.0 rich-click==1.5.1 diff --git a/composer/workflows/requirements.txt b/composer/workflows/requirements.txt index 90ae9f9f1b9..d08eae462e5 100644 --- a/composer/workflows/requirements.txt +++ b/composer/workflows/requirements.txt @@ -1,6 +1,6 @@ # 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.3.3 +apache-airflow==2.10.3 apache-airflow-providers-apache-beam==4.1.0 apache-airflow-providers-cncf-kubernetes==5.0.0 apache-airflow-providers-google==8.3.0 diff --git a/compute/auth/requirements.txt b/compute/auth/requirements.txt index 19cb0ccc012..ad50337195e 100644 --- a/compute/auth/requirements.txt +++ b/compute/auth/requirements.txt @@ -1,4 +1,4 @@ -requests==2.27.1 +requests==2.32.4 google-api-python-client==2.47.0 google-auth==2.6.2 google-auth-httplib2==0.1.0 diff --git a/compute/client_library/requirements.txt b/compute/client_library/requirements.txt index 0de8929bd5e..4fb10eabe80 100644 --- a/compute/client_library/requirements.txt +++ b/compute/client_library/requirements.txt @@ -1,3 +1,3 @@ isort==5.10.1 -black==22.10.0 +black==24.3.0 google-cloud-compute==1.6.1 diff --git a/compute/encryption/requirements.txt b/compute/encryption/requirements.txt index 6d82e4e66ab..ace76280aad 100644 --- a/compute/encryption/requirements.txt +++ b/compute/encryption/requirements.txt @@ -1,5 +1,5 @@ -cryptography==38.0.3 -requests==2.27.1 +cryptography==44.0.1 +requests==2.32.4 google-api-python-client==2.47.0 google-auth==2.6.2 google-auth-httplib2==0.1.0 diff --git a/compute/metadata/requirements.txt b/compute/metadata/requirements.txt index ff067117bf3..d6255e5e805 100644 --- a/compute/metadata/requirements.txt +++ b/compute/metadata/requirements.txt @@ -1,2 +1,2 @@ -requests==2.27.1 +requests==2.32.4 google-auth==2.6.2 \ No newline at end of file diff --git a/compute/oslogin/requirements.txt b/compute/oslogin/requirements.txt index d43358a817c..0d601446034 100644 --- a/compute/oslogin/requirements.txt +++ b/compute/oslogin/requirements.txt @@ -3,4 +3,4 @@ google-auth==2.6.2 google-auth-httplib2==0.1.0 google-cloud-compute==1.6.1 google-cloud-os-login==2.7.4 -requests==2.27.1 +requests==2.32.4 diff --git a/data-science-onramp/data-processing/requirements-test.txt b/data-science-onramp/data-processing/requirements-test.txt index 1a0f5925a5f..a500e164183 100644 --- a/data-science-onramp/data-processing/requirements-test.txt +++ b/data-science-onramp/data-processing/requirements-test.txt @@ -2,5 +2,5 @@ pytest==7.0.1 pandas==1.1.5; python_version < '3.7' pandas==1.3.5; python_version > '3.6' pyarrow==6.0.1; python_version < '3.7' -pyarrow==8.0.0; python_version > '3.6' +pyarrow==14.0.1; python_version > '3.6' google-cloud-bigquery==2.34.4 diff --git a/dataflow/run_template/requirements-test.txt b/dataflow/run_template/requirements-test.txt index 798fb3b007b..fd57acd5159 100644 --- a/dataflow/run_template/requirements-test.txt +++ b/dataflow/run_template/requirements-test.txt @@ -1,4 +1,4 @@ pytest==7.0.1 -flask==2.1.0 +flask==2.2.5 backoff==1.11.1; python_version < "3.7" backoff==2.0.0; python_version >= "3.7" diff --git a/dataproc/snippets/requirements.txt b/dataproc/snippets/requirements.txt index 9414a8d384a..9ae151d63cf 100644 --- a/dataproc/snippets/requirements.txt +++ b/dataproc/snippets/requirements.txt @@ -1,6 +1,6 @@ backoff==2.2.1 -grpcio==1.50.0 +grpcio==1.53.2 google-auth==2.14.0 google-auth-httplib2==0.1.0 google-cloud==0.34.0 diff --git a/datastore/cloud-ndb/requirements.txt b/datastore/cloud-ndb/requirements.txt index a966db5e322..f65f64c786b 100644 --- a/datastore/cloud-ndb/requirements.txt +++ b/datastore/cloud-ndb/requirements.txt @@ -1,4 +1,4 @@ # [START ndb_version] google-cloud-ndb==1.11.1 # [END ndb_version] -Flask==2.1.0 +Flask==2.2.5 diff --git a/endpoints/getting-started/requirements.txt b/endpoints/getting-started/requirements.txt index 65629f232fb..cef9ba6a00f 100644 --- a/endpoints/getting-started/requirements.txt +++ b/endpoints/getting-started/requirements.txt @@ -1,8 +1,8 @@ -Flask==2.1.0 -flask-cors==3.0.10 -gunicorn==20.1.0 +Flask==2.2.5 +flask-cors==6.0.0 +gunicorn==23.0.0 six==1.16.0 pyyaml==6.0 -requests==2.27.1 +requests==2.32.4 google-auth==2.6.2 google-auth-oauthlib==0.5.3 diff --git a/eventarc/audit-storage/requirements.txt b/eventarc/audit-storage/requirements.txt index 5c02b98665b..58cf3ad9d26 100644 --- a/eventarc/audit-storage/requirements.txt +++ b/eventarc/audit-storage/requirements.txt @@ -1,2 +1,2 @@ -Flask==2.1.0 -gunicorn==20.1.0 +Flask==2.2.5 +gunicorn==23.0.0 diff --git a/eventarc/generic/requirements.txt b/eventarc/generic/requirements.txt index 5c02b98665b..58cf3ad9d26 100644 --- a/eventarc/generic/requirements.txt +++ b/eventarc/generic/requirements.txt @@ -1,2 +1,2 @@ -Flask==2.1.0 -gunicorn==20.1.0 +Flask==2.2.5 +gunicorn==23.0.0 diff --git a/eventarc/pubsub/requirements.txt b/eventarc/pubsub/requirements.txt index 5c02b98665b..58cf3ad9d26 100644 --- a/eventarc/pubsub/requirements.txt +++ b/eventarc/pubsub/requirements.txt @@ -1,2 +1,2 @@ -Flask==2.1.0 -gunicorn==20.1.0 +Flask==2.2.5 +gunicorn==23.0.0 diff --git a/functions/concepts/requirements-test.txt b/functions/concepts/requirements-test.txt index ae03507854b..0429ac09aeb 100644 --- a/functions/concepts/requirements-test.txt +++ b/functions/concepts/requirements-test.txt @@ -1,6 +1,6 @@ -flask==2.1.0 +flask==2.2.5 mock==4.0.3 pytest==7.0.1 -requests==2.27.1 +requests==2.32.4 responses==0.17.0; python_version < '3.7' responses==0.20.0; python_version > '3.6' diff --git a/functions/env_vars/requirements-test.txt b/functions/env_vars/requirements-test.txt index e80042419ca..3858db52b06 100644 --- a/functions/env_vars/requirements-test.txt +++ b/functions/env_vars/requirements-test.txt @@ -1,2 +1,2 @@ -flask==2.1.0 +flask==2.2.5 pytest==7.0.1 diff --git a/functions/helloworld/requirements.txt b/functions/helloworld/requirements.txt index 51bf2331d0b..0796f75e03a 100644 --- a/functions/helloworld/requirements.txt +++ b/functions/helloworld/requirements.txt @@ -1,3 +1,3 @@ functions-framework==3.2.0 -flask==2.1.0 +flask==2.2.5 google-cloud-error-reporting==1.6.0 diff --git a/functions/http/requirements-test.txt b/functions/http/requirements-test.txt index e80042419ca..3858db52b06 100644 --- a/functions/http/requirements-test.txt +++ b/functions/http/requirements-test.txt @@ -1,2 +1,2 @@ -flask==2.1.0 +flask==2.2.5 pytest==7.0.1 diff --git a/functions/security/requirements-test.txt b/functions/security/requirements-test.txt index 0091a81d89f..6aa41caddbd 100644 --- a/functions/security/requirements-test.txt +++ b/functions/security/requirements-test.txt @@ -1,3 +1,3 @@ -flask==2.1.0 +flask==2.2.5 mock==4.0.3 pytest==7.0.1 diff --git a/functions/security/requirements.txt b/functions/security/requirements.txt index a743bbe341f..bd6f2345868 100644 --- a/functions/security/requirements.txt +++ b/functions/security/requirements.txt @@ -1 +1 @@ -requests==2.27.1 +requests==2.32.4 diff --git a/iap/app_engine_app/requirements.txt b/iap/app_engine_app/requirements.txt index 946ad917914..4b70123b85c 100644 --- a/iap/app_engine_app/requirements.txt +++ b/iap/app_engine_app/requirements.txt @@ -1 +1 @@ -Flask==2.1.0 +Flask==2.2.5 diff --git a/iap/requirements.txt b/iap/requirements.txt index ba158a59bf8..f300b277686 100644 --- a/iap/requirements.txt +++ b/iap/requirements.txt @@ -1,6 +1,6 @@ -cryptography==38.0.3 -Flask==2.1.0 +cryptography==44.0.1 +Flask==2.2.5 google-auth==2.6.2 -gunicorn==20.1.0 -requests==2.27.1 +gunicorn==23.0.0 +requests==2.32.4 requests-toolbelt==0.10.0 diff --git a/media_cdn/requirements.txt b/media_cdn/requirements.txt index 0ca65f94a74..f8cee8abf0f 100644 --- a/media_cdn/requirements.txt +++ b/media_cdn/requirements.txt @@ -1,2 +1,2 @@ six==1.16.0 -cryptography==38.0.3 +cryptography==44.0.1 diff --git a/opencensus/requirements.txt b/opencensus/requirements.txt index 81fbfab5468..eb06c66ec46 100644 --- a/opencensus/requirements.txt +++ b/opencensus/requirements.txt @@ -1,3 +1,3 @@ -grpcio==1.47.0 +grpcio==1.53.2 opencensus-ext-stackdriver==0.8.0 opencensus==0.10.0