From 613a1c0f6cc7cfbaac3864f2aadacb3049cebfb6 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 21 Mar 2025 08:24:23 +0000 Subject: [PATCH] fix(deps): update python-nonmajor --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0c57a7f8..57f47561 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ test = [ "pytest==8.3.5", "pytest-cov==6.0.0", "Pillow==11.1.0", - "google-cloud-secret-manager==2.23.1", + "google-cloud-secret-manager==2.23.2", "google-cloud-storage==3.1.0", ] diff --git a/requirements.txt b/requirements.txt index 4a5c8adc..690edcdb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -langchain-core==0.3.45 +langchain-core==0.3.47 PyYAML==6.0.2 pydantic==2.10.6 aiohttp==3.11.14