From 852bb7f24fda80c9359c418c638524470fcad649 Mon Sep 17 00:00:00 2001
From: Christian Boettcher <c.boettcher@fz-juelich.de>
Date: Wed, 4 Oct 2023 14:17:06 +0200
Subject: [PATCH] merge apache-airflow versions in requirements

---
 requirements.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 2843b99..ec9e570 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,8 +3,7 @@ urllib3
 plyvel
 webdavclient3
 boto3==1.24.32
-apache-airflow[celery]==2.7.1
-apache-airflow[redis]==2.7.1
+apache-airflow[celery,redis]==2.7.1
 apache-airflow-providers-ssh
 apache-airflow-providers-http
 apache-airflow-providers-sftp
-- 
GitLab