Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions alloydb/notebooks/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
google-cloud-alloydb-connector[asyncpg]==1.5.0
sqlalchemy==2.0.40
pytest==8.3.3
pytest==9.0.3
ipykernel==6.29.5
pytest-asyncio==0.24.0
nbconvert==7.16.6
nbconvert==7.17.1
2 changes: 1 addition & 1 deletion aml-ai/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3
2 changes: 1 addition & 1 deletion asset/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
backoff==2.2.1
flaky==3.8.1
pytest==8.2.0
pytest==9.0.3
2 changes: 1 addition & 1 deletion auth/api-client/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==8.2.0
pytest==9.0.3
backoff==2.2.1
2 changes: 1 addition & 1 deletion auth/cloud-client/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3
2 changes: 1 addition & 1 deletion auth/downscoping/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==8.2.0
pytest==9.0.3
google-cloud-storage==2.9.0; python_version < '3.7'
google-cloud-storage==2.9.0; python_version > '3.6'
2 changes: 1 addition & 1 deletion auth/service-to-service/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3
2 changes: 1 addition & 1 deletion automl/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
backoff==2.2.1
pytest==8.2.0
pytest==9.0.3
2 changes: 1 addition & 1 deletion batch/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==8.2.0
pytest==9.0.3
google-cloud-compute==1.11.0
google-cloud-resource-manager==1.10.1
google-cloud-storage==2.9.0
Expand Down
2 changes: 1 addition & 1 deletion bigquery-connection/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==8.2.0
pytest==9.0.3
google-cloud-testutils==1.5.0
2 changes: 1 addition & 1 deletion bigquery-datatransfer/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-bigquery==3.27.0
google-cloud-pubsub==2.28.0
pytest==8.2.0
pytest==9.0.3
mock==5.1.0
2 changes: 1 addition & 1 deletion bigquery-migration/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==8.2.0
pytest==9.0.3
google-cloud-testutils==1.5.0
google-api-core==2.17.1
google-cloud-storage==2.9.0
2 changes: 1 addition & 1 deletion bigquery-reservation/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==8.2.0
pytest==9.0.3
google-cloud-testutils==1.5.0
2 changes: 1 addition & 1 deletion bigquery/bqml/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
flaky==3.8.1
pytest==8.2.0
pytest==9.0.3
2 changes: 1 addition & 1 deletion bigquery/cloud-client/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# samples/snippets should be runnable with no "extras"
google-cloud-testutils==1.5.0
pytest==8.3.4
pytest==9.0.3
2 changes: 1 addition & 1 deletion bigquery/continuous-queries/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==8.3.5
pytest==9.0.3
google-auth==2.38.0
requests==2.32.4
2 changes: 1 addition & 1 deletion bigquery/pandas-gbq-migration/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3
2 changes: 1 addition & 1 deletion bigquery_storage/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-testutils==1.6.4
pytest===7.4.3; python_version == '3.7'
pytest===8.3.5; python_version == '3.8'
pytest==8.4.1; python_version >= '3.9'
pytest==9.0.3; python_version >= '3.9'
2 changes: 1 addition & 1 deletion bigquery_storage/snippets/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ google-cloud-bigquery===3.30.0; python_version <= '3.8'
google-cloud-bigquery==3.35.1; python_version >= '3.9'
pytest===7.4.3; python_version == '3.7'
pytest===8.3.5; python_version == '3.8'
pytest==8.4.1; python_version >= '3.9'
pytest==9.0.3; python_version >= '3.9'
2 changes: 1 addition & 1 deletion bigquery_storage/to_dataframe/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest===7.4.3; python_version == '3.7'
pytest===8.3.5; python_version == '3.8'
pytest==8.4.1; python_version >= '3.9'
pytest==9.0.3; python_version >= '3.9'
2 changes: 1 addition & 1 deletion billing/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==8.2.0
pytest==9.0.3
flaky==3.8.1
2 changes: 1 addition & 1 deletion cdn/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3
4 changes: 2 additions & 2 deletions cloud-media-livestream/keypublisher/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Flask==2.2.5
functions-framework==3.9.2
google-cloud-secret-manager==2.21.1
lxml==5.2.1
lxml==6.1.0
pycryptodome==3.21.0
pyOpenSSL==25.0.0
requests==2.32.4
signxml==4.0.4
pytest==8.2.0
pytest==9.0.3
pytest-mock==3.14.0
Werkzeug==3.0.6
2 changes: 1 addition & 1 deletion cloud_scheduler/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3
2 changes: 1 addition & 1 deletion cloud_tasks/http_queues/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==8.2.0
pytest==9.0.3
google-auth==2.38.0
google-api-core==2.17.1
2 changes: 1 addition & 1 deletion cloud_tasks/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3
2 changes: 1 addition & 1 deletion cloudbuild/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3
2 changes: 1 addition & 1 deletion composer/2022_airflow_summit/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==8.2.0
pytest==9.0.3
cloud-composer-dag-test-utils==1.0.0
markupsafe==2.1.2
backoff==2.2.1
2 changes: 1 addition & 1 deletion composer/2022_airflow_summit/requirements.txt
Original file line number Diff line number Diff line change
@@ -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==3.2.1rc1
apache-airflow-providers-google==10.2.0
2 changes: 1 addition & 1 deletion composer/cicd_sample/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==8.2.0
pytest==9.0.3
cloud-composer-dag-test-utils==1.0.0
2 changes: 1 addition & 1 deletion composer/cicd_sample/requirements.txt
Original file line number Diff line number Diff line change
@@ -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==3.2.1rc1
2 changes: 1 addition & 1 deletion composer/cicd_sample/utils/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==8.2.0
pytest==9.0.3
requests==2.31.0
google-api-core==2.17.1
google-resumable-media==2.7.2
2 changes: 1 addition & 1 deletion composer/dag_test_utils/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
long_description_content_type="text/markdown",
packages=find_packages(),
py_modules=["internal_unit_testing"],
install_requires=["apache-airflow[google] >= 2.0.0, < 3.0.0"],
install_requires=["apache-airflow[google] >= 2.0.0, < 4.0.0"],
)
2 changes: 1 addition & 1 deletion composer/functions/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3
2 changes: 1 addition & 1 deletion composer/rest/composer2/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==8.2.0
pytest==9.0.3
requests==2.32.2
2 changes: 1 addition & 1 deletion composer/rest/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3
2 changes: 1 addition & 1 deletion composer/workflows/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==8.3.2
pytest==9.0.3
cloud-composer-dag-test-utils==1.0.0
2 changes: 1 addition & 1 deletion composer/workflows/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# For the complete list of supported provider extras see:
# https://github.com/apache/airflow/blob/main/pyproject.toml

apache-airflow[amazon,apache.beam,cncf.kubernetes,google,microsoft.azure,openlineage,postgres]==2.9.2
apache-airflow[amazon,apache.beam,cncf.kubernetes,google,microsoft.azure,openlineage,postgres]==3.2.1rc1
google-cloud-dataform==0.5.9 # Used in Dataform operators
scipy==1.14.1
2 changes: 1 addition & 1 deletion compute/api/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==8.2.0
pytest==9.0.3
flaky==3.8.1
2 changes: 1 addition & 1 deletion compute/auth/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3
2 changes: 1 addition & 1 deletion compute/client_library/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==8.3.2
pytest==9.0.3
pytest-xdist==3.6.1
flaky==3.8.1
google-cloud-storage==2.18.0
Expand Down
2 changes: 1 addition & 1 deletion compute/encryption/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3
2 changes: 1 addition & 1 deletion compute/load_balancing/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3
2 changes: 1 addition & 1 deletion compute/metadata/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3
2 changes: 1 addition & 1 deletion compute/oslogin/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
backoff==2.2.1; python_version < "3.7"
backoff==2.2.1; python_version >= "3.7"
pytest==8.2.0
pytest==9.0.3
google-cloud-iam==2.17.0
google-api-python-client==2.131.0
2 changes: 1 addition & 1 deletion connectgateway/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-container==2.56.1
pytest==8.3.5
pytest==9.0.3
2 changes: 1 addition & 1 deletion contact-center-insights/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-auth==2.38.0
google-cloud-pubsub==2.28.0
pytest==8.2.0
pytest==9.0.3
2 changes: 1 addition & 1 deletion container/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-cloud-container==2.54.0
backoff==2.2.1
pytest==8.2.0
pytest==9.0.3
2 changes: 1 addition & 1 deletion containeranalysis/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3
2 changes: 1 addition & 1 deletion containeranalysis/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
google-cloud-pubsub==2.28.0
google-cloud-containeranalysis==2.16.0
grafeas==1.12.1
pytest==8.2.0
pytest==9.0.3
flaky==3.8.1
mock==5.1.0
2 changes: 1 addition & 1 deletion contentwarehouse/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==8.2.0
pytest==9.0.3
google-cloud-resource-manager==1.10.1
2 changes: 1 addition & 1 deletion datacatalog/quickstart/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==8.2.0
pytest==9.0.3
google-cloud-bigquery==3.27.0
2 changes: 1 addition & 1 deletion datacatalog/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3
2 changes: 1 addition & 1 deletion datacatalog/v1beta1/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3
2 changes: 1 addition & 1 deletion dataflow/encryption-keys/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3
2 changes: 1 addition & 1 deletion dataflow/extensible-templates/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ google-api-python-client==2.131.0
google-cloud-bigquery==3.27.0
google-cloud-storage==2.9.0
pytest-xdist==3.3.0
pytest==8.2.0
pytest==9.0.3
pyyaml==6.0.2
2 changes: 1 addition & 1 deletion dataflow/gemma-flex-template/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ google-cloud-aiplatform==1.62.0
google-cloud-dataflow-client==0.8.14
google-cloud-pubsub==2.28.0
google-cloud-storage==2.18.2
pytest==8.3.2
pytest==9.0.3
pytest-timeout==2.3.1
pyyaml==6.0.2
2 changes: 1 addition & 1 deletion dataflow/gemma/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google-cloud-aiplatform==1.49.0
google-cloud-dataflow-client==0.8.10
google-cloud-storage==2.16.0
pytest==7.4.0
pytest==9.0.3
pytest-timeout==2.3.1
2 changes: 1 addition & 1 deletion dataflow/gemma/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apache_beam[gcp]==2.54.0
protobuf==4.25.0
keras_nlp==0.8.2
keras==3.0.5
keras==3.13.2
2 changes: 1 addition & 1 deletion dataflow/run-inference/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-aiplatform==1.57.0
google-cloud-dataflow-client==0.8.14
google-cloud-storage==2.10.0
pytest==8.2.0
pytest==9.0.3
2 changes: 1 addition & 1 deletion dataflow/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==8.2.0
pytest==9.0.3
docker==7.1.0

2 changes: 1 addition & 1 deletion datalabeling/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
backoff==2.2.1
pytest==8.2.0
pytest==9.0.3
2 changes: 1 addition & 1 deletion dataplex/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.3.3
pytest==9.0.3
2 changes: 1 addition & 1 deletion dataproc/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==8.2.0
pytest==9.0.3
pytest-xdist==3.3.0
2 changes: 1 addition & 1 deletion datastore/cloud-client/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
backoff==2.2.1; python_version < "3.7"
backoff==2.2.1; python_version >= "3.7"
pytest==8.2.0
pytest==9.0.3
flaky==3.8.1
2 changes: 1 addition & 1 deletion datastore/cloud-ndb/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
backoff==2.2.1; python_version < "3.7"
backoff==2.2.1; python_version >= "3.7"
pytest==8.2.0
pytest==9.0.3
2 changes: 1 addition & 1 deletion dialogflow-cx/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==8.2.0
pytest==9.0.3
pytest-asyncio==0.21.1
2 changes: 1 addition & 1 deletion dialogflow/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==8.2.0
pytest==9.0.3
flaky==3.8.1
2 changes: 1 addition & 1 deletion discoveryengine/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==8.2.0
pytest==9.0.3
google-api-core==2.21.0
google-cloud-resource-manager==1.12.5
2 changes: 1 addition & 1 deletion dlp/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
backoff==2.2.1
pytest==8.2.0
pytest==9.0.3
flaky==3.8.1
2 changes: 1 addition & 1 deletion gemma2/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.3.3
pytest==9.0.3
2 changes: 1 addition & 1 deletion iap/app_engine_app/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3
2 changes: 1 addition & 1 deletion iap/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==8.2.0
pytest==9.0.3
flaky==3.8.1
2 changes: 1 addition & 1 deletion media_cdn/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3
2 changes: 1 addition & 1 deletion notebooks/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3
2 changes: 1 addition & 1 deletion notebooks/samples/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3
2 changes: 1 addition & 1 deletion servicedirectory/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
backoff==2.2.1
pytest==8.2.0
pytest==9.0.3
2 changes: 1 addition & 1 deletion storagecontrol/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==8.2.0
pytest==9.0.3
google-cloud-storage==2.17.0
2 changes: 1 addition & 1 deletion storagetransfer/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ google-cloud-pubsub==2.28.0
google-cloud-storage==2.9.0; python_version < '3.7'
google-cloud-storage==2.9.0; python_version > '3.6'
google-cloud-secret-manager==2.16.1
pytest==8.2.0
pytest==9.0.3
Loading