From 52fb26522157ddb0a7be3f0533f8de2f03516912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jun 2021 18:35:48 +0000 Subject: [PATCH] Bump apache-airflow from 1.10.9 to 1.10.15 Bumps [apache-airflow](https://github.com/apache/airflow) from 1.10.9 to 1.10.15. - [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.9...1.10.15) --- updated-dependencies: - dependency-name: apache-airflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 5aee344..f61cb41 100644 --- a/Pipfile +++ b/Pipfile @@ -4,7 +4,7 @@ url = "https://pypi.org/simple" verify_ssl = true [packages] -apache-airflow = "==1.10.9" +apache-airflow = "==1.10.15" docker = "==4.2.0" SQLAlchemy = "==1.3.15"