diff --git a/data-orchestration/hm-prefect/workflows/print-platform/Dockerfile b/data-orchestration/hm-prefect/workflows/print-platform/Dockerfile index 8e565ce812..98285bc711 100644 --- a/data-orchestration/hm-prefect/workflows/print-platform/Dockerfile +++ b/data-orchestration/hm-prefect/workflows/print-platform/Dockerfile @@ -1,2 +1,2 @@ -FROM docker.io/prefecthq/prefect:3.1.1-python3.11-kubernetes +FROM docker.io/prefecthq/prefect:3.1.2-python3.11-kubernetes COPY ["data-orchestration/hm-prefect/workflows/print-platform/src/", "/opt/prefect/flows/src/"] diff --git a/data-orchestration/hm-prefect/workflows/print-platform/poetry.lock b/data-orchestration/hm-prefect/workflows/print-platform/poetry.lock index 9308f6bbde..1c0a0b40bb 100644 --- a/data-orchestration/hm-prefect/workflows/print-platform/poetry.lock +++ b/data-orchestration/hm-prefect/workflows/print-platform/poetry.lock @@ -1482,13 +1482,13 @@ poetry-plugin = ["poetry (>=1.0,<2.0)"] [[package]] name = "prefect" -version = "3.1.1" +version = "3.1.2" description = "Workflow orchestration and management." optional = false python-versions = ">=3.9" files = [ - {file = "prefect-3.1.1-py3-none-any.whl", hash = "sha256:aa7f2fbd49ccdb0c5443d9bd6c954d0714bca27943e19c2b2ac788415786c6de"}, - {file = "prefect-3.1.1.tar.gz", hash = "sha256:42c8bf11e52d6469ab19b076ddd872aa3d318ddedab7e66ac069673a7b155d48"}, + {file = "prefect-3.1.2-py3-none-any.whl", hash = "sha256:2d4c3e6769cc7eafb9a4d074775af40fd152d59d6ad05acb377f26691f283752"}, + {file = "prefect-3.1.2.tar.gz", hash = "sha256:0f5f6e3396dd37cbb7b152022a37191d50f39c0cd4ee0149087ad2b752b607ea"}, ] [package.dependencies] @@ -2820,4 +2820,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "~3.13.0" -content-hash = "ef0c7081159042bd48ad6dc6b1f25399599ce2cb030a7febdb032ae7a554722d" +content-hash = "1cfa69d358bfb25f67a21c8c1a5b81d12a03f32912062c2079aca3abc7ef971a" diff --git a/data-orchestration/hm-prefect/workflows/print-platform/pyproject.toml b/data-orchestration/hm-prefect/workflows/print-platform/pyproject.toml index e58479cdf8..8df4d3a469 100644 --- a/data-orchestration/hm-prefect/workflows/print-platform/pyproject.toml +++ b/data-orchestration/hm-prefect/workflows/print-platform/pyproject.toml @@ -3,7 +3,7 @@ package-mode = false [tool.poetry.dependencies] python = "~3.13.0" -prefect = "3.1.1" +prefect = "3.1.2" [tool.poetry.group.dev.dependencies] poethepoet = "0.30.0"