From b12762ca02c6d8fe2f7a1b57c459cc50d91df478 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 21:06:36 +0000 Subject: [PATCH] chore(deps): update dependency pip to v26.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ca77266..e55c53e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ [project.optional-dependencies] packages = ["kopf==1.42.4"] -pip-install = ["pip==26.0"] +pip-install = ["pip==26.0.1"] [project.urls] Documentation = "https://github.com/crossplane-contrib/function-pythonic#readme"