From 7675d3a6c5a3abf788af9335d1acf5565d640592 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 02:09:42 +0000 Subject: [PATCH] deps: bump plotly from 6.5.0 to 6.5.1 Bumps [plotly](https://github.com/plotly/plotly.py) from 6.5.0 to 6.5.1. - [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.0...v6.5.1) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ea1badf7..45624d1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "matplotlib", "numpy>=2.2.6", "pandas>=0.17", - "plotly==6.5.0", + "plotly==6.5.1", "psutil", "pyopenms >=3.4.0, <=3.5.0", "scipy>=1.12.0", diff --git a/requirements.txt b/requirements.txt index 44de7da5..d271a43f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -216,7 +216,7 @@ platformdirs==4.5.1 # via # blosc2 # jupyter-core -plotly==6.5.0 +plotly==6.5.1 # via massdash (pyproject.toml) pluggy==1.6.0 # via pytest