diff --git a/Makefile b/Makefile index 250d8612a..37887186d 100644 --- a/Makefile +++ b/Makefile @@ -24,12 +24,12 @@ CAROOT = $(shell pwd)/infra/traefik/certs install: @ echo -e "$(BUILD_PRINT)Installing the requirements$(END_BUILD_PRINT)" @ pip install --upgrade pip - @ pip install --no-cache-dir -r requirements.txt --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.4.3/constraints-no-providers-3.8.txt" + @ pip install --no-cache-dir -r requirements.txt --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.5.1/constraints-no-providers-3.8.txt" install-dev: @ echo -e "$(BUILD_PRINT)Installing the dev requirements$(END_BUILD_PRINT)" @ pip install --upgrade pip - @ pip install --no-cache-dir -r requirements.dev.txt --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.4.3/constraints-no-providers-3.8.txt" + @ pip install --no-cache-dir -r requirements.dev.txt --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.5.1/constraints-no-providers-3.8.txt" test: test-unit diff --git a/infra/airflow-cluster/Dockerfile b/infra/airflow-cluster/Dockerfile index 70b90285b..bd1f6e2a0 100644 --- a/infra/airflow-cluster/Dockerfile +++ b/infra/airflow-cluster/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/apache/airflow:2.4.3-python3.8 +FROM docker.io/apache/airflow:2.5.1-python3.8 # quick sudo USER root @@ -26,4 +26,4 @@ RUN wget -c https://github.com/dice-group/LIMES/releases/download/1.7.9/limes.ja RUN pip install --upgrade pip -RUN pip install --no-cache-dir -r requirements.txt --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.4.3/constraints-no-providers-3.8.txt" +RUN pip install --no-cache-dir -r requirements.txt --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.5.1/constraints-no-providers-3.8.txt" diff --git a/infra/airflow/Dockerfile b/infra/airflow/Dockerfile index 05c378a26..13293a279 100644 --- a/infra/airflow/Dockerfile +++ b/infra/airflow/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/apache/airflow:2.4.3-python3.8 +FROM docker.io/apache/airflow:2.5.1-python3.8 # quick sudo USER root @@ -25,4 +25,4 @@ RUN wget -c https://github.com/dice-group/LIMES/releases/download/1.7.9/limes.ja RUN pip install --upgrade pip -RUN pip install --no-cache-dir -r requirements.txt --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.4.3/constraints-no-providers-3.8.txt" +RUN pip install --no-cache-dir -r requirements.txt --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.5.1/constraints-no-providers-3.8.txt" diff --git a/requirements.txt b/requirements.txt index b95ecf414..0d43c021d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ pymongo~=4.0.1 apache-airflow~=2.5.1 hvac==0.11.2 SPARQLWrapper==1.8.5 -pandas==1.5.1 +pandas==1.5.2 click~=8.1.0 openpyxl==3.0.9 colorama~=0.4