From c6bfc82c9a36d524149cf24e3270810c43b33eee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 12:56:48 +0000 Subject: [PATCH] Bump apache-airflow from 2.2.4 to 3.2.0 Bumps [apache-airflow](https://github.com/apache/airflow) from 2.2.4 to 3.2.0. - [Release notes](https://github.com/apache/airflow/releases) - [Changelog](https://github.com/apache/airflow/blob/main/docker-stack-docs/changelog.rst) - [Commits](https://github.com/apache/airflow/compare/2.2.4...3.2.0) --- updated-dependencies: - dependency-name: apache-airflow dependency-version: 3.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e4aa346d..ed099bba 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ def get_version(): "retry==0.9.2", ], extras_require={ - "airflow": ["apache-airflow==2.2.4"], + "airflow": ["apache-airflow==3.2.0"], "data": ["dominodatalab-data>=0.1.0"], "agents": [ "semver>=3.0.4",