From 4e54affaf37a378c8ae9376b908fd59f33d62dc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 05:13:30 +0000 Subject: [PATCH] build(deps-dev): bump holoviews from 1.20.2 to 1.21.0 Bumps [holoviews](https://github.com/holoviz/holoviews) from 1.20.2 to 1.21.0. - [Release notes](https://github.com/holoviz/holoviews/releases) - [Changelog](https://github.com/holoviz/holoviews/blob/main/doc/releases.md) - [Commits](https://github.com/holoviz/holoviews/compare/v1.20.2...v1.21.0) --- updated-dependencies: - dependency-name: holoviews dependency-version: 1.21.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 066fe0b6..3dcdb133 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,7 @@ web = [ # data serialization "pyarrow==20.0.0", # plots - "holoviews==1.20.2", + "holoviews==1.21.0", "hvplot==0.11.2", "matplotlib==3.10.3", "seaborn==0.13.2",