From a263cc5111e0d3582bbda97e1a12037dffda30e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 05:09:50 +0000 Subject: [PATCH] build(deps-dev): bump holoviews from 1.21.0 to 1.22.1 Bumps [holoviews](https://github.com/holoviz/holoviews) from 1.21.0 to 1.22.1. - [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.21.0...v1.22.1) --- updated-dependencies: - dependency-name: holoviews dependency-version: 1.22.1 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 35060918..c8b5773c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ web = [ # data serialization "pyarrow==22.0.0", # plots - "holoviews==1.21.0", + "holoviews==1.22.1", "hvplot==0.12.1", "matplotlib==3.10.7", "seaborn==0.13.2",