From 7c56d6e6f108f0ee109c28065fc0fe932e056e12 Mon Sep 17 00:00:00 2001 From: David del Real Sifuentes Date: Fri, 3 Jul 2026 18:07:13 +0000 Subject: [PATCH 1/2] chore(dataflow/composer): bump pytest to 9.1.1 in composer and dataflow samples --- composer/airflow_1_samples/requirements-test.txt | 2 +- .../data-orchestration-with-composer/requirements-test.txt | 4 ++-- .../unit-test-dags-cloud-build/requirements-test.txt | 4 ++-- composer/cicd_sample/requirements-test.txt | 4 ++-- composer/workflows/requirements-test.txt | 2 +- dataflow/custom-containers/miniconda/requirements-test.txt | 2 +- dataflow/custom-containers/minimal/requirements-test.txt | 2 +- dataflow/custom-containers/ubuntu/requirements-test.txt | 2 +- dataflow/flex-templates/streaming_beam/requirements-test.txt | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/composer/airflow_1_samples/requirements-test.txt b/composer/airflow_1_samples/requirements-test.txt index c09fc77b516..81d6f3c664b 100644 --- a/composer/airflow_1_samples/requirements-test.txt +++ b/composer/airflow_1_samples/requirements-test.txt @@ -1,2 +1,2 @@ -pytest==8.2.0 +pytest==9.1.1 cloud-composer-dag-test-utils==0.0.1 diff --git a/composer/blog/gcp-tech-blog/data-orchestration-with-composer/requirements-test.txt b/composer/blog/gcp-tech-blog/data-orchestration-with-composer/requirements-test.txt index 02122fa48a5..4defcdeb160 100644 --- a/composer/blog/gcp-tech-blog/data-orchestration-with-composer/requirements-test.txt +++ b/composer/blog/gcp-tech-blog/data-orchestration-with-composer/requirements-test.txt @@ -1,2 +1,2 @@ -pytest==8.2.0 -cloud-composer-dag-test-utils==1.0.0 \ No newline at end of file +pytest==9.1.1 +cloud-composer-dag-test-utils==1.0.0 diff --git a/composer/blog/gcp-tech-blog/unit-test-dags-cloud-build/requirements-test.txt b/composer/blog/gcp-tech-blog/unit-test-dags-cloud-build/requirements-test.txt index 02122fa48a5..4defcdeb160 100644 --- a/composer/blog/gcp-tech-blog/unit-test-dags-cloud-build/requirements-test.txt +++ b/composer/blog/gcp-tech-blog/unit-test-dags-cloud-build/requirements-test.txt @@ -1,2 +1,2 @@ -pytest==8.2.0 -cloud-composer-dag-test-utils==1.0.0 \ No newline at end of file +pytest==9.1.1 +cloud-composer-dag-test-utils==1.0.0 diff --git a/composer/cicd_sample/requirements-test.txt b/composer/cicd_sample/requirements-test.txt index 02122fa48a5..42c0bcef6e6 100644 --- a/composer/cicd_sample/requirements-test.txt +++ b/composer/cicd_sample/requirements-test.txt @@ -1,2 +1,2 @@ -pytest==8.2.0 -cloud-composer-dag-test-utils==1.0.0 \ No newline at end of file +pytest==9.1.1 +test-utils==1.0.0 diff --git a/composer/workflows/requirements-test.txt b/composer/workflows/requirements-test.txt index 6045349ed57..4defcdeb160 100644 --- a/composer/workflows/requirements-test.txt +++ b/composer/workflows/requirements-test.txt @@ -1,2 +1,2 @@ -pytest==8.3.2 +pytest==9.1.1 cloud-composer-dag-test-utils==1.0.0 diff --git a/dataflow/custom-containers/miniconda/requirements-test.txt b/dataflow/custom-containers/miniconda/requirements-test.txt index 2402ce8311b..e1be392249c 100644 --- a/dataflow/custom-containers/miniconda/requirements-test.txt +++ b/dataflow/custom-containers/miniconda/requirements-test.txt @@ -1,4 +1,4 @@ google-api-python-client==2.131.0 google-cloud-storage==2.9.0 pytest-xdist==3.3.0 -pytest==8.2.0 \ No newline at end of file +pytest==9.1.1 \ No newline at end of file diff --git a/dataflow/custom-containers/minimal/requirements-test.txt b/dataflow/custom-containers/minimal/requirements-test.txt index 2402ce8311b..e1be392249c 100644 --- a/dataflow/custom-containers/minimal/requirements-test.txt +++ b/dataflow/custom-containers/minimal/requirements-test.txt @@ -1,4 +1,4 @@ google-api-python-client==2.131.0 google-cloud-storage==2.9.0 pytest-xdist==3.3.0 -pytest==8.2.0 \ No newline at end of file +pytest==9.1.1 \ No newline at end of file diff --git a/dataflow/custom-containers/ubuntu/requirements-test.txt b/dataflow/custom-containers/ubuntu/requirements-test.txt index 2402ce8311b..e1be392249c 100644 --- a/dataflow/custom-containers/ubuntu/requirements-test.txt +++ b/dataflow/custom-containers/ubuntu/requirements-test.txt @@ -1,4 +1,4 @@ google-api-python-client==2.131.0 google-cloud-storage==2.9.0 pytest-xdist==3.3.0 -pytest==8.2.0 \ No newline at end of file +pytest==9.1.1 \ No newline at end of file diff --git a/dataflow/flex-templates/streaming_beam/requirements-test.txt b/dataflow/flex-templates/streaming_beam/requirements-test.txt index fcbae6b06bb..85879ed83b3 100644 --- a/dataflow/flex-templates/streaming_beam/requirements-test.txt +++ b/dataflow/flex-templates/streaming_beam/requirements-test.txt @@ -1,5 +1,5 @@ google-api-python-client==2.131.0 google-cloud-storage==2.9.0 pytest-xdist==3.3.0 -pytest==8.2.0 +pytest==9.1.1 pyyaml==6.0.2 \ No newline at end of file From ed1f32f067d8a4bbddd0b1d49432f370d3ef2b6a Mon Sep 17 00:00:00 2001 From: David del Real Sifuentes Date: Fri, 3 Jul 2026 19:06:17 +0000 Subject: [PATCH 2/2] fixed typo. --- composer/cicd_sample/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer/cicd_sample/requirements-test.txt b/composer/cicd_sample/requirements-test.txt index 42c0bcef6e6..4defcdeb160 100644 --- a/composer/cicd_sample/requirements-test.txt +++ b/composer/cicd_sample/requirements-test.txt @@ -1,2 +1,2 @@ pytest==9.1.1 -test-utils==1.0.0 +cloud-composer-dag-test-utils==1.0.0