From 424c37195626a2f3c156ded117e7ac7b8285fa1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:02:20 +0000 Subject: [PATCH] Chore(deps): Bump prefect from 3.6.1 to 3.6.18 in /backend/archiver Bumps [prefect](https://github.com/PrefectHQ/prefect) from 3.6.1 to 3.6.18. - [Release notes](https://github.com/PrefectHQ/prefect/releases) - [Commits](https://github.com/PrefectHQ/prefect/compare/3.6.1...3.6.18) --- updated-dependencies: - dependency-name: prefect dependency-version: 3.6.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/archiver/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/archiver/pyproject.toml b/backend/archiver/pyproject.toml index 06db2d30..b22e9197 100644 --- a/backend/archiver/pyproject.toml +++ b/backend/archiver/pyproject.toml @@ -14,7 +14,7 @@ requires-python = "==3.13.*" dependencies = [ "boto3>=1.36.23", "moto[s3]>=5.0.28", - "prefect==3.6.1", + "prefect==3.6.18", "prefect-docker==0.6.6", "pytest>=8.3.4", "pytest-asyncio>=0.25.3",