From 62e4c644f41dacc3bf6fa7ae3459460052902507 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 03:31:29 +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..946902c20ca 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.27.0)", + "osv (==0.1.3)", "requests (==2.32.3)", ] [tool.poetry]