From cf25f6eb94185a9430c0ad968eb8a7a621c8f90a Mon Sep 17 00:00:00 2001 From: Anubhav Dhawan Date: Tue, 4 Mar 2025 20:01:34 +0530 Subject: [PATCH] chore: Update test dependencies identified by renovate bot --- pyproject.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2c8a50f6..0c57a7f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,15 +38,15 @@ Changelog = "https://github.com/googleapis/genai-toolbox-langchain-python/blob/m [project.optional-dependencies] test = [ - "black[jupyter]==24.10.0", - "isort==5.13.2", - "mypy==1.13.0", - "pytest-asyncio==0.24.0", - "pytest==8.3.3", + "black[jupyter]==25.1.0", + "isort==6.0.1", + "mypy==1.15.0", + "pytest-asyncio==0.25.3", + "pytest==8.3.5", "pytest-cov==6.0.0", - "Pillow==10.4.0", - "google-cloud-secret-manager==2.22.0", - "google-cloud-storage==2.19.0", + "Pillow==11.1.0", + "google-cloud-secret-manager==2.23.1", + "google-cloud-storage==3.1.0", ] [build-system]