diff --git a/Dockerfile b/Dockerfile index 7323534..5ba89fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,9 @@ FROM python:3.11.14-slim-trixie # Set Airflow version and home directory -ARG AIRFLOW_VERSION=3.1.1 + +ARG AIRFLOW_VERSION=3.1.5 + ARG AIRFLOW_HOME=/opt/airflow # Environment variables diff --git a/requirements.txt b/requirements.txt index 44e6ffa..3e9ac3d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,11 @@ git+https://github.com/helxplatform/avalon.git@lakefs-1.71.0 h11>=0.16.0 starlette>=0.49.1 datetime -aiohttp #--- patch -werkzeug==3.0.6 -cryptography>=44.0.1 \ No newline at end of file +aiohttp>=3.13.3 +werkzeug==3.1.5 +cryptography>=44.0.1 +urllib3>=2.6.3 +jaraco.context==6.1.0 +marshmallow==3.26.2 # upgrade from 3.26.1 specified in airflow constraints file +