From d82a1ed6871837e2e994b4e2b7a1fd4182b564b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:59:37 +0000 Subject: [PATCH] Bump apache-airflow from 2.8.4 to 2.9.0 Bumps [apache-airflow](https://github.com/apache/airflow) from 2.8.4 to 2.9.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.8.4...2.9.0) --- updated-dependencies: - dependency-name: apache-airflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 39fa8b3..8952959 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.8.4"], + install_requires=["apache-airflow==2.9.0"], extras_require={ "develop": [ "pylint==3.1.0",