From ec8c94e62dda8e270440da2619402d10f966bd7d Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 9 Jun 2025 12:48:53 +0000 Subject: [PATCH] fix(deps): update python-nonmajor --- packages/toolbox-core/pyproject.toml | 2 +- packages/toolbox-core/requirements.txt | 2 +- packages/toolbox-langchain/pyproject.toml | 2 +- packages/toolbox-langchain/requirements.txt | 4 ++-- packages/toolbox-llamaindex/pyproject.toml | 2 +- packages/toolbox-llamaindex/requirements.txt | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/toolbox-core/pyproject.toml b/packages/toolbox-core/pyproject.toml index 677bd247..b34903fc 100644 --- a/packages/toolbox-core/pyproject.toml +++ b/packages/toolbox-core/pyproject.toml @@ -49,7 +49,7 @@ test = [ "pytest-asyncio==1.0.0", "pytest-cov==6.1.1", "pytest-mock==3.14.1", - "google-cloud-secret-manager==2.23.3", + "google-cloud-secret-manager==2.24.0", "google-cloud-storage==3.1.0", ] [build-system] diff --git a/packages/toolbox-core/requirements.txt b/packages/toolbox-core/requirements.txt index 22356af3..0bde1686 100644 --- a/packages/toolbox-core/requirements.txt +++ b/packages/toolbox-core/requirements.txt @@ -1,2 +1,2 @@ -aiohttp==3.12.9 +aiohttp==3.12.11 pydantic==2.11.5 diff --git a/packages/toolbox-langchain/pyproject.toml b/packages/toolbox-langchain/pyproject.toml index be4cdb7c..7b2c6001 100644 --- a/packages/toolbox-langchain/pyproject.toml +++ b/packages/toolbox-langchain/pyproject.toml @@ -51,7 +51,7 @@ test = [ "pytest==8.4.0", "pytest-cov==6.1.1", "Pillow==11.2.1", - "google-cloud-secret-manager==2.23.3", + "google-cloud-secret-manager==2.24.0", "google-cloud-storage==3.1.0", ] diff --git a/packages/toolbox-langchain/requirements.txt b/packages/toolbox-langchain/requirements.txt index 38604b92..0a78af40 100644 --- a/packages/toolbox-langchain/requirements.txt +++ b/packages/toolbox-langchain/requirements.txt @@ -1,6 +1,6 @@ -e ../toolbox-core -langchain-core==0.3.63 +langchain-core==0.3.64 PyYAML==6.0.2 pydantic==2.11.5 -aiohttp==3.12.9 +aiohttp==3.12.11 deprecated==1.2.18 \ No newline at end of file diff --git a/packages/toolbox-llamaindex/pyproject.toml b/packages/toolbox-llamaindex/pyproject.toml index 7fd7b4e9..48e5c095 100644 --- a/packages/toolbox-llamaindex/pyproject.toml +++ b/packages/toolbox-llamaindex/pyproject.toml @@ -51,7 +51,7 @@ test = [ "pytest==8.4.0", "pytest-cov==6.1.1", "Pillow==11.2.1", - "google-cloud-secret-manager==2.23.3", + "google-cloud-secret-manager==2.24.0", "google-cloud-storage==3.1.0", ] diff --git a/packages/toolbox-llamaindex/requirements.txt b/packages/toolbox-llamaindex/requirements.txt index f20850a0..e257afee 100644 --- a/packages/toolbox-llamaindex/requirements.txt +++ b/packages/toolbox-llamaindex/requirements.txt @@ -1,6 +1,6 @@ -e ../toolbox-core -llama-index==0.12.40 +llama-index==0.12.41 PyYAML==6.0.2 pydantic==2.11.5 -aiohttp==3.12.9 +aiohttp==3.12.11 deprecated==1.2.18 \ No newline at end of file