From 0b77b3c360815de210b6c8551fae8ad93360d22e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 08:24:45 +0000 Subject: [PATCH] Update plotly requirement in the all-deps group Updates the requirements on [plotly](https://github.com/plotly/plotly.py) to permit the latest version. Updates `plotly` to 7.0.0 - [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/v5.24.1...v7.0.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 7.0.0 dependency-type: direct:production dependency-group: all-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c38dad2..b45f14c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "geopandas>=1.0.1,<2.0.0", "shapely>=2.0.6,<3.0.0", "matplotlib>=3.9.2,<4.0.0", - "plotly>=5.24.1,<7.0.0", + "plotly>=5.24.1,<8.0.0", "kaleido==1.3.0", "nbformat>=5.10.4,<6.0.0", "pyproj>=3.7.0,<4.0.0",