From dca4d98c1c6157b6b03273a0e4e9460fb603ae53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 13:45:43 +0000 Subject: [PATCH] Bump plotly from 6.6.0 to 6.7.0 Bumps [plotly](https://github.com/plotly/plotly.py) from 6.6.0 to 6.7.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.6.0...v6.7.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.7.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 db86eed96..df71459b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ version = "0.2.0rc1" [project.optional-dependencies] report = [ "pandas==2.3.3", - "plotly==6.6.0", + "plotly==6.7.0", "kaleido==1.2.0" ] diff --git a/uv.lock b/uv.lock index ae936c604..a529026e3 100644 --- a/uv.lock +++ b/uv.lock @@ -2320,15 +2320,15 @@ wheels = [ [[package]] name = "plotly" -version = "6.6.0" +version = "6.7.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "narwhals" }, { name = "packaging" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/24/fb/41efe84970cfddefd4ccf025e2cbfafe780004555f583e93dba3dac2cdef/plotly-6.6.0.tar.gz", hash = "sha256:b897f15f3b02028d69f755f236be890ba950d0a42d7dfc619b44e2d8cea8748c", size = 7027956, upload-time = "2026-03-02T21:10:25.321Z" } +sdist = { url = "https://files.pythonhosted.org/packages/3a/7f/0f100df1172aadf88a929a9dbb902656b0880ba4b960fe5224867159d8f4/plotly-6.7.0.tar.gz", hash = "sha256:45eea0ff27e2a23ccd62776f77eb43aa1ca03df4192b76036e380bb479b892c6", size = 6911286, upload-time = "2026-04-09T20:36:45.738Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/52/d2/c6e44dba74f17c6216ce1b56044a9b93a929f1c2d5bdaff892512b260f5e/plotly-6.6.0-py3-none-any.whl", hash = "sha256:8d6daf0f87412e0c0bfe72e809d615217ab57cc715899a1e5145135a7800d1d0", size = 9910315, upload-time = "2026-03-02T21:10:18.131Z" }, + { url = "https://files.pythonhosted.org/packages/90/ad/cba91b3bcf04073e4d1655a5c1710ef3f457f56f7d1b79dcc3d72f4dd912/plotly-6.7.0-py3-none-any.whl", hash = "sha256:ac8aca1c25c663a59b5b9140a549264a5badde2e057d79b8c772ae2920e32ff0", size = 9898444, upload-time = "2026-04-09T20:36:39.812Z" }, ] [[package]] @@ -3433,7 +3433,7 @@ requires-dist = [ { name = "kubernetes-asyncio", specifier = "==35.0.1" }, { name = "mslex", specifier = "==1.3.0" }, { name = "pandas", marker = "extra == 'report'", specifier = "==2.3.3" }, - { name = "plotly", marker = "extra == 'report'", specifier = "==6.6.0" }, + { name = "plotly", marker = "extra == 'report'", specifier = "==6.7.0" }, { name = "psutil", specifier = "==7.2.2" }, { name = "rdflib", specifier = "==7.6.0" }, { name = "referencing", specifier = "==0.37.0" },