From f7214ec033b65f41a46827c6d2842a4adde7be7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 19:08:55 +0000 Subject: [PATCH] Bump apache-airflow from 2.1.2 to 2.7.1 Bumps [apache-airflow](https://github.com/apache/airflow) from 2.1.2 to 2.7.1. - [Release notes](https://github.com/apache/airflow/releases) - [Changelog](https://github.com/apache/airflow/blob/main/RELEASE_NOTES.rst) - [Commits](https://github.com/apache/airflow/compare/2.1.2...2.7.1) --- updated-dependencies: - dependency-name: apache-airflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Pipfile diff --git a/Pipfile b/Pipfile old mode 100755 new mode 100644 index 05fe793..6940da5 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ verify_ssl = true black = "*" [packages] -apache-airflow = "==2.1.2" +apache-airflow = "==2.7.1" airflow-db-logger = "==2.0.2" kubernetes = "*" zthreading = "*"