Skip to content

Commit b60af7f

Browse files
renovate[bot]iciclespider
authored andcommitted
chore(deps): update dependency kopf to v1.39.0 (#10)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f098be0 commit b60af7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ env:
2626
# This CI job will automatically push new builds to xpkg.upbound.io if the
2727
# XPKG_ACCESS_ID and XPKG_TOKEN secrets are set in the GitHub respository (or
2828
# organization) settings. Create a token at https://accounts.upbound.io.
29-
# XPKG_ACCESS_ID: ${{ secrets.XPKG_ACCESS_ID }}
29+
XPKG_ACCESS_ID: ${{ secrets.XPKG_ACCESS_ID }}
3030

3131
# The package to push, without a version tag. The default matches GitHub. For
3232
# example xpkg.upbound.io/crossplane/function-template-go.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
]
2323

2424
[project.optional-dependencies]
25-
packages = ["kopf==1.38.0"]
25+
packages = ["kopf==1.39.0"]
2626
pip-install = ["pip==25.3"]
2727

2828
[project.urls]

0 commit comments

Comments
 (0)