From 480d9e835c68bad03f3d6de100dddc9a733d1225 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 00:53:20 +0000 Subject: [PATCH] fix(deps): update dependency pip to v26.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1291958..2a8fb21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ [project.optional-dependencies] packages = ["kopf==1.44.6"] -pip-install = ["pip==26.1.2"] +pip-install = ["pip==26.2.1"] [project.urls] Documentation = "https://github.com/crossplane-contrib/function-pythonic#readme"