From 5f73c16f74f25557362404ff9e0462af1adbf52a Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 6 Dec 2025 22:13:57 +0000 Subject: [PATCH 1/3] chore(deps): update dependency pytest to v9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c8232d20..d4af8853 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ test = [ "isort==7.0.0; python_version >= '3.10'", "mypy==1.18.2", "pytest-asyncio==0.26.0", - "pytest==8.4.2", + "pytest==9.0.2", "pytest-cov==7.0.0", "langchain-tests==0.3.22", "langgraph==0.6.10" From 4db9d76012c4dc043e130b10f9665271e144b89a Mon Sep 17 00:00:00 2001 From: dishaprakash <57954147+dishaprakash@users.noreply.github.com> Date: Tue, 27 Jan 2026 08:32:19 +0530 Subject: [PATCH 2/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bc8b8117..9cf43b32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ test = [ "pytest-asyncio==0.26.0", "pytest==9.0.2", "pytest-cov==7.0.0", - "langchain-tests==1.1.0", + "langchain-tests==1.1.1", "langgraph==1.0.4" ] From 25893a4df1951bfe32210d8c878c71bb6b783376 Mon Sep 17 00:00:00 2001 From: dishaprakash <57954147+dishaprakash@users.noreply.github.com> Date: Tue, 27 Jan 2026 08:36:32 +0530 Subject: [PATCH 3/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9cf43b32..bc8b8117 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ test = [ "pytest-asyncio==0.26.0", "pytest==9.0.2", "pytest-cov==7.0.0", - "langchain-tests==1.1.1", + "langchain-tests==1.1.0", "langgraph==1.0.4" ]