From 33c6c6255935d6c91ba16798340a83d5b212c2b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:06:40 +0000 Subject: [PATCH] Chore(deps): Bump prefect from 3.6.1 to 3.6.13 in /backend/archiver Bumps [prefect](https://github.com/PrefectHQ/prefect) from 3.6.1 to 3.6.13. - [Release notes](https://github.com/PrefectHQ/prefect/releases) - [Commits](https://github.com/PrefectHQ/prefect/compare/3.6.1...3.6.13) --- updated-dependencies: - dependency-name: prefect dependency-version: 3.6.13 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..603a2c90 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.13", "prefect-docker==0.6.6", "pytest>=8.3.4", "pytest-asyncio>=0.25.3",