From 4b4f8d342f18ec1220cb298d6b51fda2614fee7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 11:20:59 +0000 Subject: [PATCH] build(deps): bump plotly from 6.5.2 to 6.8.0 Bumps [plotly](https://github.com/plotly/plotly.py) from 6.5.2 to 6.8.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/v6.5.2...v6.8.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d8d9b04c..6a202502 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "matplotlib>=3.5", "numba>=0.55", "PyQt5>=5.15", - "plotly>=5.0", + "plotly>=6.8.0", "pyvista>=0.35" ] diff --git a/uv.lock b/uv.lock index d42e4f3b..80e798e0 100644 --- a/uv.lock +++ b/uv.lock @@ -997,15 +997,15 @@ wheels = [ [[package]] name = "plotly" -version = "6.5.2" +version = "6.8.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "narwhals" }, { name = "packaging" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/e3/4f/8a10a9b9f5192cb6fdef62f1d77fa7d834190b2c50c0cd256bd62879212b/plotly-6.5.2.tar.gz", hash = "sha256:7478555be0198562d1435dee4c308268187553cc15516a2f4dd034453699e393", size = 7015695, upload-time = "2026-01-14T21:26:51.222Z" } +sdist = { url = "https://files.pythonhosted.org/packages/94/fd/d72c292d78aadb93d1a9bcd76bf3c678271040c7cf10abe5788b33040a39/plotly-6.8.0.tar.gz", hash = "sha256:e088e7ddc68d4f70e3d66659224727a45296d71d2b8284181862d3d8f1f0d88f", size = 6915161, upload-time = "2026-06-03T18:33:40.226Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/8a/67/f95b5460f127840310d2187f916cf0023b5875c0717fdf893f71e1325e87/plotly-6.5.2-py3-none-any.whl", hash = "sha256:91757653bd9c550eeea2fa2404dba6b85d1e366d54804c340b2c874e5a7eb4a4", size = 9895973, upload-time = "2026-01-14T21:26:47.135Z" }, + { url = "https://files.pythonhosted.org/packages/f9/14/abe5ce876ab5b66ee3c691bf537fcd43d037aea55d447aacf74630a8f31e/plotly-6.8.0-py3-none-any.whl", hash = "sha256:13c5c4a0f70b74cab1913eda0de49b826df5931708eb6f9c3010040614700ec8", size = 9902055, upload-time = "2026-06-03T18:33:34.26Z" }, ] [[package]] @@ -1071,7 +1071,7 @@ requires-dist = [ { name = "matplotlib", specifier = ">=3.5" }, { name = "numba", specifier = ">=0.55" }, { name = "numpy", specifier = ">=1.21" }, - { name = "plotly", specifier = ">=5.0" }, + { name = "plotly", specifier = ">=6.8.0" }, { name = "pyqt5", specifier = ">=5.15" }, { name = "pyvista", specifier = ">=0.35" }, { name = "scipy", specifier = ">=1.7" },