From 41d666fc548657176cb1c61d667a7dd4e3c4bab3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christian=20B=C3=B6ttcher?= <c.boettcher@fz-juelich.de>
Date: Thu, 14 Sep 2023 09:25:57 +0200
Subject: [PATCH] switch to 2.7.1

---
 dockers/eflows-airflow.docker | 2 +-
 requirements.txt              | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dockers/eflows-airflow.docker b/dockers/eflows-airflow.docker
index b653171..9aecbbe 100644
--- a/dockers/eflows-airflow.docker
+++ b/dockers/eflows-airflow.docker
@@ -1,4 +1,4 @@
-FROM apache/airflow:slim-2.7.0-python3.10
+FROM apache/airflow:slim-2.7.1-python3.10
 USER root
 RUN apt update && apt install git -y && apt clean && rm -rf /var/lib/apt/lists/*
 COPY ./templates/main.html /home/airflow/.local/lib/python3.10/site-packages/airflow/www/templates/airflow/main.html
diff --git a/requirements.txt b/requirements.txt
index c593ee9..6ee9b2a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,8 +3,8 @@ urllib3
 plyvel
 webdavclient3
 boto3==1.24.32
-apache-airflow[celery]==2.7.0
-apache-airflow[redis]==2.7.0
+apache-airflow[celery]==2.7.1
+apache-airflow[redis]==2.7.1
 apache-airflow-providers-ssh
 apache-airflow-providers-http
 apache-airflow-providers-sftp
-- 
GitLab