Skip to content

Commit

Permalink
Update Airflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdddog committed Mar 3, 2024
1 parent ed4aba5 commit f321eb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions observatory-api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
gunicorn>=20.1.0,<21
gunicorn>=21.2.0,<22
Flask>=2,<3
connexion[swagger-ui]>=2.7.0,<3
pyyaml>=6,<7
SQLAlchemy>=1.4,<2
psycopg2-binary>=2.9.1,<3
urllib3>=1.25.11,<2
urllib3>=2.0.7,<3
python-dateutil>=2.8.2,<3
certifi
pendulum>=2.1.2,<3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
HOST_UID = os.getuid()
DEBUG = False
PYTHON_VERSION = "3.10"
AIRFLOW_VERSION = "2.6.3"
AIRFLOW_VERSION = "2.7.3"


class PlatformRunner(ComposeRunner):
Expand Down
2 changes: 1 addition & 1 deletion observatory-platform/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
observatory-api

# Airflow
apache-airflow[redis,celery,slack,http]==2.6.3
apache-airflow[redis,celery,slack,http]==2.7.3
astronomer-starship

# Google Cloud
Expand Down

0 comments on commit f321eb7

Please sign in to comment.