Skip to content

Commit

Permalink
fix(hm-airflow): update dependency apache-airflow to v2.10.3 (#20163)
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] authored Nov 5, 2024
1 parent aa7587d commit 5789ccf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
21 changes: 6 additions & 15 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 @@ -3,7 +3,7 @@ package-mode = false

[tool.poetry.dependencies]
python = "~3.11.0"
apache-airflow = {version = "2.10.2", extras = ["celery", "s3"]}
apache-airflow = {version = "2.10.3", extras = ["celery", "s3"]}

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

0 comments on commit 5789ccf

Please sign in to comment.