Skip to content

Commit

Permalink
fix(hm-airflow): update dependency apache-airflow to v2.8.3 (#15178)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 11, 2024
1 parent 66d938f commit fd22e82
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
25 changes: 20 additions & 5 deletions data-orchestration/hm-airflow/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion data-orchestration/hm-airflow/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Hongbo Miao"]

[tool.poetry.dependencies]
python = "3.11.x"
apache-airflow = {version = "2.8.2", extras = ["celery", "s3"]}
apache-airflow = {version = "2.8.3", extras = ["celery", "s3"]}

[tool.poetry.group.dev.dependencies]
poethepoet = "0.25.0"
Expand Down

0 comments on commit fd22e82

Please sign in to comment.