From 9b3b76da8ec10d0416058351d8d13180535864f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 05:06:11 +0000 Subject: [PATCH] Bump urllib3 from 2.4.0 to 2.6.0 in /plot_agent/langgraph_plot_agent Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.4.0 to 2.6.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.4.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- plot_agent/langgraph_plot_agent/requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plot_agent/langgraph_plot_agent/requirements.txt b/plot_agent/langgraph_plot_agent/requirements.txt index c64d610..c8c733c 100644 --- a/plot_agent/langgraph_plot_agent/requirements.txt +++ b/plot_agent/langgraph_plot_agent/requirements.txt @@ -591,7 +591,6 @@ traceloop-sdk==0.40.5 typing-extensions==4.13.2 # via # -r requirements.in - # altair # anthropic # fastapi # huggingface-hub @@ -614,12 +613,14 @@ tzdata==2025.2 # via pandas tzlocal==5.3.1 # via clickhouse-driver -urllib3==2.4.0 +urllib3==2.6.0 # via # clickhouse-connect # requests uvicorn==0.34.2 # via -r requirements.in +watchdog==6.0.0 + # via streamlit wrapt==1.17.2 # via # deprecated