From f4fb90534de5c5a167a9ceae33ab3a7c298237ed Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 26 Jun 2026 23:13:39 +0000 Subject: [PATCH] chore(deps): update python-nonmajor --- pyproject.toml | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8228d5c..905b31e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ test = [ "isort==8.0.1", "mypy==2.1.0", "pytest-asyncio==1.4.0", - "pytest==9.0.3", + "pytest==9.1.1", "pytest-cov==7.1.0" ] diff --git a/requirements.txt b/requirements.txt index b295200..11c7813 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cloud-sql-python-connector[asyncpg]==1.20.3 -llama-index-core==0.14.22 +cloud-sql-python-connector[asyncpg]==1.20.4 +llama-index-core==0.14.23 pgvector==0.4.2 -SQLAlchemy[asyncio]==2.0.50 +SQLAlchemy[asyncio]==2.0.51