From 23bf8b59e7aee0332672a195d7c18fb4189516bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 19:57:38 +0000 Subject: [PATCH] Bump apache-airflow from 2.10.3 to 3.2.2 in /factor-trading Bumps [apache-airflow](https://github.com/apache/airflow) from 2.10.3 to 3.2.2. - [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.10.3...3.2.2) --- updated-dependencies: - dependency-name: apache-airflow dependency-version: 3.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- factor-trading/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/factor-trading/requirements.txt b/factor-trading/requirements.txt index a5df6c2..938ca5d 100644 --- a/factor-trading/requirements.txt +++ b/factor-trading/requirements.txt @@ -11,7 +11,7 @@ git+https://github.com/mementum/backtrader.git@0fa63ef4a35dc53cc7320813f8b15480c # Alternative: backtrader-binance-futures>=1.0.2 (maintained fork with better Python 3.x support) # Airflow dependencies -apache-airflow==2.10.3 +apache-airflow==3.2.2 apache-airflow-providers-amazon==8.1.0 # Development dependencies