From 326ddb9b8a29209c5007859ec1f2db46233de074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 09:48:22 +0000 Subject: [PATCH] chore(deps): Update prefect requirement Updates the requirements on [prefect](https://github.com/PrefectHQ/prefect) to permit the latest version. - [Release notes](https://github.com/PrefectHQ/prefect/releases) - [Commits](https://github.com/PrefectHQ/prefect/compare/2.14.0...3.6.9) --- updated-dependencies: - dependency-name: prefect dependency-version: 3.6.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 950483b..ee025b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -99,5 +99,5 @@ websocket-client>=1.7.0,<2.0.0 # Workflow Orchestration Frameworks temporalio>=1.5.0,<2.0.0 # Temporal.io distributed workflow engine -prefect>=2.14.0,<3.0.0 # Modern data workflow orchestration +prefect>=2.14.0,<4.0.0 # Modern data workflow orchestration celery[redis]>=5.3.0,<6.0.0 # Distributed task queue