From e850cb6846cfc920c56bde7bf9236d6de916b40b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 12:11:00 +0000 Subject: [PATCH] Bump apache-airflow-core from 3.2.0 to 3.2.2 --- updated-dependencies: - dependency-name: apache-airflow-core dependency-version: 3.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 83ecea1f56e45..3bd520666ba56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ version = "3.2.0" dependencies = [ "apache-airflow-task-sdk<1.3.0,>=1.1.0", - "apache-airflow-core==3.2.0", + "apache-airflow-core==3.2.2", "natsort>=8.4.0", ]