From 46c6a0dfd928154f80d80971a94689767695c3e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 06:40:08 +0000 Subject: [PATCH] build(deps): bump langgraph-checkpoint-sqlite in /scripts Bumps [langgraph-checkpoint-sqlite](https://github.com/langchain-ai/langgraph) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/checkpointsqlite==3.1.0...checkpointsqlite==3.1.1) --- updated-dependencies: - dependency-name: langgraph-checkpoint-sqlite dependency-version: 3.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/requirements-adversary-lg.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements-adversary-lg.txt b/scripts/requirements-adversary-lg.txt index b1f0528..e1a46a4 100644 --- a/scripts/requirements-adversary-lg.txt +++ b/scripts/requirements-adversary-lg.txt @@ -8,7 +8,7 @@ # langchain-anthropic bumped 2026-07-27 for CVE-2026-55443 / GHSA-gr75-jv2w-4656). langgraph==1.2.0 -langgraph-checkpoint-sqlite==3.1.0 +langgraph-checkpoint-sqlite==3.1.1 langchain-core==1.5.1 # Only needed for --invoker api (opt-in; subprocess mode is the default and needs neither).