From 65f84e63cb24831819e6afa2e6c9f8cdc16921ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 23:10:28 +0000 Subject: [PATCH] Bump apache-airflow from 1.10.12 to 2.2.4 in /etl/dags Bumps [apache-airflow](https://github.com/apache/airflow) from 1.10.12 to 2.2.4. - [Release notes](https://github.com/apache/airflow/releases) - [Changelog](https://github.com/apache/airflow/blob/main/CHANGELOG.txt) - [Commits](https://github.com/apache/airflow/compare/1.10.12...2.2.4) --- updated-dependencies: - dependency-name: apache-airflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- etl/dags/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etl/dags/requirements.txt b/etl/dags/requirements.txt index c73b308..7b109ac 100644 --- a/etl/dags/requirements.txt +++ b/etl/dags/requirements.txt @@ -1,3 +1,3 @@ -apache-airflow==1.10.12 +apache-airflow==2.2.4 google-cloud-storage==1.27.0 requests==2.23.0