From d139a5ebd1c855b32565ace37e993311d6c493bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:36:29 +0000 Subject: [PATCH] Chore(deps): Bump prefect from 3.6.1 to 3.6.9 in /backend/api Bumps [prefect](https://github.com/PrefectHQ/prefect) from 3.6.1 to 3.6.9. - [Release notes](https://github.com/PrefectHQ/prefect/releases) - [Commits](https://github.com/PrefectHQ/prefect/compare/3.6.1...3.6.9) --- updated-dependencies: - dependency-name: prefect dependency-version: 3.6.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/api/pyproject.toml b/backend/api/pyproject.toml index 2f5c9222..0b43737c 100644 --- a/backend/api/pyproject.toml +++ b/backend/api/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "httpx>=0.28.1", "importlib-metadata>=8.5.0", "minio>=7.2.18", - "prefect==3.6.1", + "prefect==3.6.9", "pyjwt>=2.10.1", "pytest>=8.3.5", "requests>=2.32.3",