From 7e7bcee1aacf0449b652267b780267b712862bd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 19:26:34 +0000 Subject: [PATCH] chore(deps): bump apache-airflow-providers-google Bumps [apache-airflow-providers-google](https://github.com/apache/airflow) from 10.2.0 to 22.2.1. - [Release notes](https://github.com/apache/airflow/releases) - [Changelog](https://github.com/apache/airflow/blob/main/docker-stack-docs/changelog.rst) - [Commits](https://github.com/apache/airflow/compare/providers-google/10.2.0...providers-google/22.2.1) --- updated-dependencies: - dependency-name: apache-airflow-providers-google dependency-version: 22.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer/2022_airflow_summit/constraints.txt | 2 +- composer/2022_airflow_summit/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer/2022_airflow_summit/constraints.txt b/composer/2022_airflow_summit/constraints.txt index 66b7987b371..df04acf5b5c 100644 --- a/composer/2022_airflow_summit/constraints.txt +++ b/composer/2022_airflow_summit/constraints.txt @@ -116,7 +116,7 @@ apache-airflow-providers-exasol==4.2.1 apache-airflow-providers-facebook==3.2.1 apache-airflow-providers-ftp==3.4.2 apache-airflow-providers-github==2.3.1 -apache-airflow-providers-google==10.2.0 +apache-airflow-providers-google==22.2.1 apache-airflow-providers-grpc==3.2.1 apache-airflow-providers-hashicorp==3.4.1 apache-airflow-providers-http==4.4.2 diff --git a/composer/2022_airflow_summit/requirements.txt b/composer/2022_airflow_summit/requirements.txt index 5b304e055a5..151e2bb4fbb 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==3.2.1; python_version >= "3.10" -apache-airflow-providers-google==21.3.0; python_version >= "3.10" +apache-airflow-providers-google==22.2.1; python_version >= "3.10"