From 4be247b8a2af6d81cc36c40fd6ac4c6b5c63e9e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 20:50:52 +0000 Subject: [PATCH] Bump requests in /examples/pipelines/integrations/langgraph_pipeline Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../pipelines/integrations/langgraph_pipeline/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pipelines/integrations/langgraph_pipeline/requirements.txt b/examples/pipelines/integrations/langgraph_pipeline/requirements.txt index fc122d6c..baeeea1d 100644 --- a/examples/pipelines/integrations/langgraph_pipeline/requirements.txt +++ b/examples/pipelines/integrations/langgraph_pipeline/requirements.txt @@ -27,7 +27,7 @@ pydantic==2.10.6 pydantic_core==2.27.2 PyYAML==6.0.2 regex==2024.11.6 -requests==2.32.3 +requests==2.32.4 requests-toolbelt==1.0.0 sniffio==1.3.1 starlette==0.46.1