From c3f585d396d0fd49d972f384180bb82252b09b6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 19:02:34 +0000 Subject: [PATCH] Bump apache-airflow from 1.10.14 to 2.7.1 in /tests/local_airflow Bumps [apache-airflow](https://github.com/apache/airflow) from 1.10.14 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/1.10.14...2.7.1) --- updated-dependencies: - dependency-name: apache-airflow dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- tests/local_airflow/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/local_airflow/Pipfile b/tests/local_airflow/Pipfile index 28c6da1..70c7564 100644 --- a/tests/local_airflow/Pipfile +++ b/tests/local_airflow/Pipfile @@ -7,7 +7,7 @@ verify_ssl = true pytest = "*" black = "*" flake8 = "*" -apache-airflow = "==1.10.14" +apache-airflow = "==2.7.1" [packages]