Skip to content

Commit

Permalink
Update: airflow 2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestaP authored and pamfilos committed Jun 5, 2024
1 parent 27195be commit e768fcc
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apache/airflow:2.6.0-python3.10
FROM registry.cern.ch/cern-sis/airflow-base:2.8.3

ENV AIRFLOW_HOME=/opt/airflow
WORKDIR /opt/airflow
Expand Down
4 changes: 2 additions & 2 deletions requirements-airflow.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-c https://raw.githubusercontent.com/apache/airflow/constraints-2.6.0/constraints-3.10.txt
apache-airflow[celery, postgres]==2.6.0
-c https://raw.githubusercontent.com/apache/airflow/constraints-2.8.3/constraints-3.10.txt
apache-airflow[celery, postgres]==2.8.3
10 changes: 5 additions & 5 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pre-commit==3.2.2
pytest==7.3.1
coverage==7.2.4
pytest-cov==4.0.0
pre-commit
pytest
coverage
pytest-cov
pytest-vcr==1.0.2
pytest-datadir==1.3.1
freezegun==1.2.1
requests-mock==1.10.0
requests-mock
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
structlog==23.1.0
paramiko==3.1.0
boto3==1.26.76
backoff==1.10.0
paramiko
boto3
backoff
bleach==6.0.0
idutils==1.2.1
inspire-utils==3.0.25
furl==2.1.3
busypie==0.4.5
pydantic==1.10.7
jsonschema==4.17.3
plyvel==1.5.0
pycountry==22.3.5
pydantic
jsonschema
plyvel
pycountry
inspire-utils

0 comments on commit e768fcc

Please sign in to comment.