From 9b0171f73f80964401acd6ac101bdb98a9e7d528 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 22:31:41 +0000 Subject: [PATCH] build(deps): update plotly requirement from ~=5.24.1 to ~=6.0.0 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/master/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.py/compare/v5.24.1...v6.0.0) --- updated-dependencies: - dependency-name: plotly dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0f22057..05ed4be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy~=2.1.1 uvicorn~=0.34.0 requests~=2.32.3 pandas~=2.2.3 -plotly~=5.24.1 +plotly~=6.0.0 flask~=3.0.3 scipy~=1.14.1 asgiref~=3.8.1