From 3f4538f14ffaf70fff9101727245613de5504813 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 05:12:03 +0000 Subject: [PATCH] chore(deps): update dependency pip to v26 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7dad26c..826bba8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ [project.optional-dependencies] packages = ["kopf==1.42.1"] -pip-install = ["pip==25.3"] +pip-install = ["pip==26.0"] [project.urls] Documentation = "https://github.com/crossplane-contrib/function-pythonic#readme"