Skip to content

Commit

Permalink
chore(greet): update prefect packages to v2.20.7 (#19330)
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 Sep 14, 2024
1 parent 55d2d49 commit a26866f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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:2.20.6-python3.11-kubernetes
FROM docker.io/prefecthq/prefect:2.20.7-python3.11-kubernetes
COPY ["data-orchestration/hm-prefect/workflows/greet/src/", "/opt/prefect/flows/src/"]
10 changes: 5 additions & 5 deletions data-orchestration/hm-prefect/workflows/greet/poetry.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package-mode = false

[tool.poetry.dependencies]
python = "3.12.x"
prefect = "2.20.6"
prefect = "2.20.7"
pydantic = "2.8.2"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit a26866f

Please sign in to comment.