From d310da2755c4f4e7095188c04acbe1adbdce6d1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 18:16:16 +0000 Subject: [PATCH] Update plotly requirement from >=6.7.0 to >=6.8.0 in /caedo-api Updates the requirements on [plotly](https://github.com/plotly/plotly.py) to permit the latest version. - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.py/compare/v6.7.0...v6.8.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- caedo-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caedo-api/requirements.txt b/caedo-api/requirements.txt index 96089c1..dc49232 100644 --- a/caedo-api/requirements.txt +++ b/caedo-api/requirements.txt @@ -1,6 +1,6 @@ streamlit>=1.58.0 pandas>=3.0.3 -plotly>=6.7.0 +plotly>=6.8.0 pydantic>=2.13.4 openai>=2.40.0 python-dotenv>=1.2.2