From f651c90d3679a8efd412d96c84c7b2f385935abe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 08:11:38 +0200 Subject: [PATCH] Bump apache-airflow from 2.9.3 to 2.10.0 (#149) * Bump apache-airflow from 2.9.3 to 2.10.0 Bumps [apache-airflow](https://github.com/apache/airflow) from 2.9.3 to 2.10.0. - [Release notes](https://github.com/apache/airflow/releases) - [Changelog](https://github.com/apache/airflow/blob/main/RELEASE_NOTES.rst) - [Commits](https://github.com/apache/airflow/compare/2.9.3...2.10.0) --- updated-dependencies: - dependency-name: apache-airflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Align Dockerfile --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Niklas Schmidtmer --- Dockerfile | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 07c4947..40764e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1 @@ -FROM quay.io/astronomer/astro-runtime:11.7.0-python-3.12 +FROM quay.io/astronomer/astro-runtime:12.0.0-python-3.12 diff --git a/setup.py b/setup.py index 6184f5d..d4ee6a5 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ name="crate-airflow-tutorial", packages=find_packages(), python_requires=">=3.11", - install_requires=["apache-airflow==2.9.3"], + install_requires=["apache-airflow==2.10.0"], extras_require={ "develop": [ "pylint==3.2.7",