Skip to content

Commit

Permalink
chore(greet): update prefect packages to v3.1.4 (#20602)
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 Nov 21, 2024
1 parent 84ffdea commit 42f9c46
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion data-orchestration/hm-prefect/workflows/greet/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM docker.io/prefecthq/prefect:3.1.3-python3.11-kubernetes
FROM docker.io/prefecthq/prefect:3.1.4-python3.11-kubernetes
COPY ["data-orchestration/hm-prefect/workflows/greet/src/", "/opt/prefect/flows/src/"]
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "greet"
version = "1.0.0"
requires-python = "~=3.13.0"
dependencies = [
"prefect==3.1.3",
"prefect==3.1.4",
"pydantic==2.10.0",
]

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

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

0 comments on commit 42f9c46

Please sign in to comment.