From 56dcd81965b108218335cfe2fafae016641d8e4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 21:43:27 +0000 Subject: [PATCH] fix(deps): update functions --- gcp/functions/pypi/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcp/functions/pypi/pyproject.toml b/gcp/functions/pypi/pyproject.toml index 9472fcfd031..c956e4903ab 100644 --- a/gcp/functions/pypi/pyproject.toml +++ b/gcp/functions/pypi/pyproject.toml @@ -3,8 +3,8 @@ name = "pypi-publish" requires-python = ">=3.11,<4.0" dependencies = [ "cryptography (==44.0.2)", - "google-cloud-secret-manager (==2.23.2)", - "osv (==0.0.22)", + "google-cloud-secret-manager (==2.29.0)", + "osv (==0.1.3)", "requests (==2.32.3)", ] [tool.poetry]