From 48bf587310db8258ef06f36bc7b7cb8eec9928c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 20:14:55 +0000 Subject: [PATCH] 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 37e87a5..c4a92b8 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.6",