From 7edf8b70203280542970afc35022ec36083757a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 22:10:31 +0000 Subject: [PATCH] Bump starlette from 0.46.2 to 0.49.1 in /plot_agent/crewai_plot_agent Bumps [starlette](https://github.com/Kludex/starlette) from 0.46.2 to 0.49.1. - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/starlette/compare/0.46.2...0.49.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.49.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plot_agent/crewai_plot_agent/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plot_agent/crewai_plot_agent/requirements.txt b/plot_agent/crewai_plot_agent/requirements.txt index 65ed2c5..a839a61 100644 --- a/plot_agent/crewai_plot_agent/requirements.txt +++ b/plot_agent/crewai_plot_agent/requirements.txt @@ -844,7 +844,7 @@ sqlalchemy==2.0.40 # mem0ai stack-data==0.6.3 # via ipython -starlette==0.46.2 +starlette==0.49.1 # via fastapi streamlit==1.45.1 # via crewai-plot-agent (pyproject.toml)