Skip to content

Commit

Permalink
fix(calculate): update prefect packages to v3.1.11 (#22224)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 3, 2025
1 parent 3f9d717 commit 5bfc7bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM docker.io/prefecthq/prefect:3.1.10-python3.11-kubernetes
FROM docker.io/prefecthq/prefect:3.1.11-python3.11-kubernetes
COPY ["data-orchestration/hm-prefect/workflows/calculate/src/", "/opt/prefect/flows/src/"]
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "calculate"
version = "1.0.0"
requires-python = "~=3.13.0"
dependencies = [
"prefect==3.1.10",
"prefect==3.1.11",
"pydantic==2.10.4",
]

Expand Down
8 changes: 4 additions & 4 deletions data-orchestration/hm-prefect/workflows/calculate/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5bfc7bc

Please sign in to comment.